Shades of Lime Green #3CCB45
Tints of Lime Green #3CCB45
RGB
CMYK
RGB Variations
Color information
#3CCB45 (or 0x3CCB45) is known color: Lime Green. HEX triplet: 3C, CB and 45. RGB value is (60,203,69). Sum of RGB (Red+Green+Blue) = 60+203+69=332 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.07% from 332); Green value is 203 (79.69% from 255 or 61.14% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 203 - color contains mainly: green. Hex color #3CCB45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCB45 is #C334BA. Grayscale: #919191. Windows color (decimal): -12793019 or 4574012. OLE color: 4574012.
HSL color Cylindrical-coordinate representation of color #3CCB45: hue angle of 123.78º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CCB45 is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 203 | 69 | - |
| CMYK | 0.70 | 0 | 0.66 | 0.20 |
| HSL | 123.78º | 0.58% | 0.52% | - |
| HSV(B) | 123.78º | 0.7% | 0.8% | - |
| XYZ | 24.29 | 44.1 | 12.86 | - |
| YUV | 144.97 | 85.12 | 67.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 203 | 69 | 0.70 | 0 | 0.66 | 0.20 | 123.78 | 0.58 | 0.52 |
| Hex | 3C | CB | 45 | 46 | 0 | 42 | 14 | 7C | 3A | 34 |
| Octal | 74 | 313 | 105 | 106 | 0 | 102 | 24 | 174 | 72 | 64 |
| Binary | 111100 | 11001011 | 1000101 | 1000110 | 0 | 1000010 | 10100 | 1111100 | 111010 | 110100 |
Color Harmonies of #3CCB45
Complementary color
Monochromatic Colors of #3CCB45
Black with #3CCB45
Text Example
Text Example
White with #3CCB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCB45; }
p { color: rgb(60,203,69); }
H1.HeaderClassName
{
color: #3CCB45;
}
.AnyTagClassName
{
color: #3CCB45;
}
</style>
background-color css
<style>
a { background-color: #3CCB45; }
a { background-color: rgb(60,203,69); }
div.DivClassName
{
background-color: #3CCB45;
}
.BgClassName
{
background-color: #3CCB45;
}
</style>
border-color css
<style>
span { border-color: #3CCB45; }
span { border-color: rgb(60,203,69); }
td.TdClassName
{
border-color: #3CCB45;
}
.TagClassName
{
border-color: #3CCB45;
}
</style>