#3AD545

Color #3AD545 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #3AD545

Tints of Lime Green #3AD545

Color information

#3AD545 (or 0x3AD545) is unknown color: approx Lime Green. HEX triplet: 3A, D5 and 45. RGB value is (58,213,69). Sum of RGB (Red+Green+Blue) = 58+213+69=340 (45% of max value = 765). Red value is 58 (23.05% from 255 or 17.06% from 340); Green value is 213 (83.59% from 255 or 62.65% from 340); Blue value is 69 (27.34% from 255 or 20.29% from 340); Max value from RGB is 213 - color contains mainly: green. Hex color #3AD545 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AD545 is #C52ABA. Grayscale: #969696. Windows color (decimal): -12921531 or 4576570. OLE color: 4576570.

HSL color Cylindrical-coordinate representation of color #3AD545: hue angle of 124.26º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD545 is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB5821369-
CMYK0.7300.680.16
HSL124.26º64.85%53.14%-
HSV(B)124.26º72.77%83.53%-
XYZ26.6148.9213.67-
YUV150.2482.1562.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 58 (23.05% from 255) = 17.06%
GREEN value IS 213 (83.59% from 255) = 62.65%
BLUE value IS 69 (27.34% from 255) = 20.29%
R=17.06%
G=62.65%
B=20.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal58213690.7300.680.16124.2664.8553.14
Hex3AD54549044107c4135
Octal7232510511101042017410165
Binary1110101101010110001011001001010001001000011111001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3AD545; }

 p { color: rgb(58,213,69); }

 H1.HeaderClassName
 {
   color: #3AD545;
 }
 .AnyTagClassName
 {
   color: #3AD545;
 }
</style>
background-color css

<style>
 a { background-color: #3AD545; }

 a { background-color: rgb(58,213,69); }

 div.DivClassName
 {
   background-color: #3AD545;
 }
 .BgClassName
 {
   background-color: #3AD545;
 }
</style>
border-color css

<style>
 span { border-color: #3AD545; }

 span { border-color: rgb(58,213,69); }

 td.TdClassName
 {
   border-color: #3AD545;
 }
 .TagClassName
 {
   border-color: #3AD545;
 }
</style>