#3aaf39

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

Shades of Lime Green #3AAF39

Tints of Lime Green #3AAF39

Color information

#3AAF39 (or 0x3AAF39) is unknown color: approx Lime Green. HEX triplet: 3A, AF and 39. RGB value is (58,175,57). Sum of RGB (Red+Green+Blue) = 58+175+57=290 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20% from 290); Green value is 175 (68.75% from 255 or 60.34% from 290); Blue value is 57 (22.66% from 255 or 19.66% from 290); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAF39 is #C550C6. Grayscale: #7E7E7E. Windows color (decimal): -12931271 or 3780410. OLE color: 3780410.

HSL color Cylindrical-coordinate representation of color #3AAF39: hue angle of 119.49º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AAF39 is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB5817557-
CMYK0.6700.670.31
HSL119.49º50.86%45.49%-
HSV(B)119.49º67.43%68.63%-
XYZ17.8131.859.08-
YUV126.5688.7479.09-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20%
GREEN value IS 175 (68.75% from 255) = 60.34%
BLUE value IS 57 (22.66% from 255) = 19.66%
R=20%
G=60.34%
B=19.66%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal58175570.6700.670.31119.4950.8645.49
Hex3AAF39430431F77332d
Octal72257711030103371676355
Binary11101010101111111001100001101000011111111110111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3aaf39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,175,57); }

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

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

 a { background-color: rgb(58,175,57); }

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

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

 span { border-color: rgb(58,175,57); }

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