Shades of Lime Green #3EAF32
Tints of Lime Green #3EAF32
RGB
CMYK
RGB Variations
Color information
#3EAF32 (or 0x3EAF32) is known color: Lime Green. HEX triplet: 3E, AF and 32. RGB value is (62,175,50). Sum of RGB (Red+Green+Blue) = 62+175+50=287 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.60% from 287); Green value is 175 (68.75% from 255 or 60.98% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 175 - color contains mainly: green. Hex color #3EAF32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3EAF32 is #C150CD. Grayscale: #7F7F7F. Windows color (decimal): -12669134 or 3321662. OLE color: 3321662.
HSL color Cylindrical-coordinate representation of color #3EAF32: hue angle of 114.24º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3EAF32 is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 62 | 175 | 50 | - |
| CMYK | 0.65 | 0 | 0.71 | 0.31 |
| HSL | 114.24º | 0.56% | 0.44% | - |
| HSV(B) | 114.24º | 0.71% | 0.69% | - |
| XYZ | 17.89 | 31.91 | 8.23 | - |
| YUV | 126.96 | 84.56 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 175 | 50 | 0.65 | 0 | 0.71 | 0.31 | 114.24 | 0.56 | 0.44 |
| Hex | 3E | AF | 32 | 41 | 0 | 47 | 1F | 72 | 38 | 2C |
| Octal | 76 | 257 | 62 | 101 | 0 | 107 | 37 | 162 | 70 | 54 |
| Binary | 111110 | 10101111 | 110010 | 1000001 | 0 | 1000111 | 11111 | 1110010 | 111000 | 101100 |
Color Harmonies of #3EAF32
Complementary color
Monochromatic Colors of #3EAF32
Black with #3EAF32
Text Example
Text Example
White with #3EAF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EAF32; }
p { color: rgb(62,175,50); }
H1.HeaderClassName
{
color: #3EAF32;
}
.AnyTagClassName
{
color: #3EAF32;
}
</style>
background-color css
<style>
a { background-color: #3EAF32; }
a { background-color: rgb(62,175,50); }
div.DivClassName
{
background-color: #3EAF32;
}
.BgClassName
{
background-color: #3EAF32;
}
</style>
border-color css
<style>
span { border-color: #3EAF32; }
span { border-color: rgb(62,175,50); }
td.TdClassName
{
border-color: #3EAF32;
}
.TagClassName
{
border-color: #3EAF32;
}
</style>