Shades of Lime Green #3CCB32
Tints of Lime Green #3CCB32
RGB
CMYK
RGB Variations
Color information
#3CCB32 (or 0x3CCB32) is known color: Lime Green. HEX triplet: 3C, CB and 32. RGB value is (60,203,50). Sum of RGB (Red+Green+Blue) = 60+203+50=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 203 (79.69% from 255 or 64.86% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 203 - color contains mainly: green. Hex color #3CCB32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCB32 is #C334CD. Grayscale: #8F8F8F. Windows color (decimal): -12793038 or 3328828. OLE color: 3328828.
HSL color Cylindrical-coordinate representation of color #3CCB32: hue angle of 116.08º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CCB32 is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 203 | 50 | - |
| CMYK | 0.70 | 0 | 0.75 | 0.20 |
| HSL | 116.08º | 0.6% | 0.5% | - |
| HSV(B) | 116.08º | 0.75% | 0.8% | - |
| XYZ | 23.8 | 43.9 | 10.24 | - |
| YUV | 142.8 | 75.62 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 203 | 50 | 0.70 | 0 | 0.75 | 0.20 | 116.08 | 0.6 | 0.5 |
| Hex | 3C | CB | 32 | 46 | 0 | 4B | 14 | 74 | 3C | 32 |
| Octal | 74 | 313 | 62 | 106 | 0 | 113 | 24 | 164 | 74 | 62 |
| Binary | 111100 | 11001011 | 110010 | 1000110 | 0 | 1001011 | 10100 | 1110100 | 111100 | 110010 |
Color Harmonies of #3CCB32
Complementary color
Monochromatic Colors of #3CCB32
Black with #3CCB32
Text Example
Text Example
White with #3CCB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCB32; }
p { color: rgb(60,203,50); }
H1.HeaderClassName
{
color: #3CCB32;
}
.AnyTagClassName
{
color: #3CCB32;
}
</style>
background-color css
<style>
a { background-color: #3CCB32; }
a { background-color: rgb(60,203,50); }
div.DivClassName
{
background-color: #3CCB32;
}
.BgClassName
{
background-color: #3CCB32;
}
</style>
border-color css
<style>
span { border-color: #3CCB32; }
span { border-color: rgb(60,203,50); }
td.TdClassName
{
border-color: #3CCB32;
}
.TagClassName
{
border-color: #3CCB32;
}
</style>