Shades of Lime Green #3CCA27
Tints of Lime Green #3CCA27
RGB
CMYK
RGB Variations
Color information
#3CCA27 (or 0x3CCA27) is known color: Lime Green. HEX triplet: 3C, CA and 27. RGB value is (60,202,39). Sum of RGB (Red+Green+Blue) = 60+202+39=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 202 (79.30% from 255 or 67.11% from 301); Blue value is 39 (15.62% from 255 or 12.96% from 301); Max value from RGB is 202 - color contains mainly: green. Hex color #3CCA27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCA27 is #C335D8. Grayscale: #8D8D8D. Windows color (decimal): -12793305 or 2607676. OLE color: 2607676.
HSL color Cylindrical-coordinate representation of color #3CCA27: hue angle of 112.27º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3CCA27 is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 202 | 39 | - |
| CMYK | 0.70 | 0 | 0.81 | 0.21 |
| HSL | 112.27º | 0.68% | 0.47% | - |
| HSV(B) | 112.27º | 0.81% | 0.79% | - |
| XYZ | 23.35 | 43.35 | 9.06 | - |
| YUV | 140.96 | 70.46 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 202 | 39 | 0.70 | 0 | 0.81 | 0.21 | 112.27 | 0.68 | 0.47 |
| Hex | 3C | CA | 27 | 46 | 0 | 51 | 15 | 70 | 44 | 2F |
| Octal | 74 | 312 | 47 | 106 | 0 | 121 | 25 | 160 | 104 | 57 |
| Binary | 111100 | 11001010 | 100111 | 1000110 | 0 | 1010001 | 10101 | 1110000 | 1000100 | 101111 |
Color Harmonies of #3CCA27
Complementary color
Monochromatic Colors of #3CCA27
Black with #3CCA27
Text Example
Text Example
White with #3CCA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCA27; }
p { color: rgb(60,202,39); }
H1.HeaderClassName
{
color: #3CCA27;
}
.AnyTagClassName
{
color: #3CCA27;
}
</style>
background-color css
<style>
a { background-color: #3CCA27; }
a { background-color: rgb(60,202,39); }
div.DivClassName
{
background-color: #3CCA27;
}
.BgClassName
{
background-color: #3CCA27;
}
</style>
border-color css
<style>
span { border-color: #3CCA27; }
span { border-color: rgb(60,202,39); }
td.TdClassName
{
border-color: #3CCA27;
}
.TagClassName
{
border-color: #3CCA27;
}
</style>