Shades of Lime Green #42CA27
Tints of Lime Green #42CA27
RGB
CMYK
RGB Variations
Color information
#42CA27 (or 0x42CA27) is known color: Lime Green. HEX triplet: 42, CA and 27. RGB value is (66,202,39). Sum of RGB (Red+Green+Blue) = 66+202+39=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 202 (79.30% from 255 or 65.80% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CA27 is #BD35D8. Grayscale: #8F8F8F. Windows color (decimal): -12400089 or 2607682. OLE color: 2607682.
HSL color Cylindrical-coordinate representation of color #42CA27: hue angle of 110.06º 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 #42CA27 is Cyan = 0.67, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 202 | 39 | - |
| CMYK | 0.67 | 0 | 0.81 | 0.21 |
| HSL | 110.06º | 0.68% | 0.47% | - |
| HSV(B) | 110.06º | 0.81% | 0.79% | - |
| XYZ | 23.73 | 43.55 | 9.07 | - |
| YUV | 142.75 | 69.44 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 202 | 39 | 0.67 | 0 | 0.81 | 0.21 | 110.06 | 0.68 | 0.47 |
| Hex | 42 | CA | 27 | 43 | 0 | 51 | 15 | 6E | 44 | 2F |
| Octal | 102 | 312 | 47 | 103 | 0 | 121 | 25 | 156 | 104 | 57 |
| Binary | 1000010 | 11001010 | 100111 | 1000011 | 0 | 1010001 | 10101 | 1101110 | 1000100 | 101111 |
Color Harmonies of #42CA27
Complementary color
Monochromatic Colors of #42CA27
Black with #42CA27
Text Example
Text Example
White with #42CA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CA27; }
p { color: rgb(66,202,39); }
H1.HeaderClassName
{
color: #42CA27;
}
.AnyTagClassName
{
color: #42CA27;
}
</style>
background-color css
<style>
a { background-color: #42CA27; }
a { background-color: rgb(66,202,39); }
div.DivClassName
{
background-color: #42CA27;
}
.BgClassName
{
background-color: #42CA27;
}
</style>
border-color css
<style>
span { border-color: #42CA27; }
span { border-color: rgb(66,202,39); }
td.TdClassName
{
border-color: #42CA27;
}
.TagClassName
{
border-color: #42CA27;
}
</style>