#3AAF36

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

Shades of Lime Green #3AAF36

Tints of Lime Green #3AAF36

Color information

#3AAF36 (or 0x3AAF36) is unknown color: approx Lime Green. HEX triplet: 3A, AF and 36. RGB value is (58,175,54). Sum of RGB (Red+Green+Blue) = 58+175+54=287 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.21% from 287); Green value is 175 (68.75% from 255 or 60.98% from 287); Blue value is 54 (21.48% from 255 or 18.82% from 287); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAF36 is #C550C9. Grayscale: #7E7E7E. Windows color (decimal): -12931274 or 3583802. OLE color: 3583802.

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

Color convert

RGB5817554-
CMYK0.6700.690.31
HSL118.02º52.84%44.9%-
HSV(B)118.02º69.14%68.63%-
XYZ17.7431.838.7-
YUV126.2287.2479.34-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.21%
GREEN value IS 175 (68.75% from 255) = 60.98%
BLUE value IS 54 (21.48% from 255) = 18.82%
R=20.21%
G=60.98%
B=18.82%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal58175540.6700.690.31118.0252.8444.9
Hex3AAF36430451F76352d
Octal72257661030105371666555
Binary11101010101111110110100001101000101111111110110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAF36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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