Shades of Lime Green #3CAF32
Tints of Lime Green #3CAF32
RGB
CMYK
RGB Variations
Color information
#3CAF32 (or 0x3CAF32) is known color: Lime Green. HEX triplet: 3C, AF and 32. RGB value is (60,175,50). Sum of RGB (Red+Green+Blue) = 60+175+50=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 175 (68.75% from 255 or 61.40% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAF32 is #C350CD. Grayscale: #7E7E7E. Windows color (decimal): -12800206 or 3321660. OLE color: 3321660.
HSL color Cylindrical-coordinate representation of color #3CAF32: hue angle of 115.2º 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 #3CAF32 is Cyan = 0.66, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 175 | 50 | - |
| CMYK | 0.66 | 0 | 0.71 | 0.31 |
| HSL | 115.2º | 0.56% | 0.44% | - |
| HSV(B) | 115.2º | 0.71% | 0.69% | - |
| XYZ | 17.77 | 31.85 | 8.23 | - |
| YUV | 126.37 | 84.9 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 50 | 0.66 | 0 | 0.71 | 0.31 | 115.2 | 0.56 | 0.44 |
| Hex | 3C | AF | 32 | 42 | 0 | 47 | 1F | 73 | 38 | 2C |
| Octal | 74 | 257 | 62 | 102 | 0 | 107 | 37 | 163 | 70 | 54 |
| Binary | 111100 | 10101111 | 110010 | 1000010 | 0 | 1000111 | 11111 | 1110011 | 111000 | 101100 |
Color Harmonies of #3CAF32
Complementary color
Monochromatic Colors of #3CAF32
Black with #3CAF32
Text Example
Text Example
White with #3CAF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAF32; }
p { color: rgb(60,175,50); }
H1.HeaderClassName
{
color: #3CAF32;
}
.AnyTagClassName
{
color: #3CAF32;
}
</style>
background-color css
<style>
a { background-color: #3CAF32; }
a { background-color: rgb(60,175,50); }
div.DivClassName
{
background-color: #3CAF32;
}
.BgClassName
{
background-color: #3CAF32;
}
</style>
border-color css
<style>
span { border-color: #3CAF32; }
span { border-color: rgb(60,175,50); }
td.TdClassName
{
border-color: #3CAF32;
}
.TagClassName
{
border-color: #3CAF32;
}
</style>