Shades of Lime Green #42CB27
Tints of Lime Green #42CB27
RGB
CMYK
RGB Variations
Color information
#42CB27 (or 0x42CB27) is known color: Lime Green. HEX triplet: 42, CB and 27. RGB value is (66,203,39). Sum of RGB (Red+Green+Blue) = 66+203+39=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 203 (79.69% from 255 or 65.91% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 203 - color contains mainly: green. Hex color #42CB27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CB27 is #BD34D8. Grayscale: #8F8F8F. Windows color (decimal): -12399833 or 2607938. OLE color: 2607938.
HSL color Cylindrical-coordinate representation of color #42CB27: hue angle of 110.12º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #42CB27 is Cyan = 0.67, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 203 | 39 | - |
| CMYK | 0.67 | 0 | 0.81 | 0.20 |
| HSL | 110.12º | 0.68% | 0.47% | - |
| HSV(B) | 110.12º | 0.81% | 0.8% | - |
| XYZ | 23.97 | 44.02 | 9.15 | - |
| YUV | 143.34 | 69.11 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 203 | 39 | 0.67 | 0 | 0.81 | 0.20 | 110.12 | 0.68 | 0.47 |
| Hex | 42 | CB | 27 | 43 | 0 | 51 | 14 | 6E | 44 | 2F |
| Octal | 102 | 313 | 47 | 103 | 0 | 121 | 24 | 156 | 104 | 57 |
| Binary | 1000010 | 11001011 | 100111 | 1000011 | 0 | 1010001 | 10100 | 1101110 | 1000100 | 101111 |
Color Harmonies of #42CB27
Complementary color
Monochromatic Colors of #42CB27
Black with #42CB27
Text Example
Text Example
White with #42CB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CB27; }
p { color: rgb(66,203,39); }
H1.HeaderClassName
{
color: #42CB27;
}
.AnyTagClassName
{
color: #42CB27;
}
</style>
background-color css
<style>
a { background-color: #42CB27; }
a { background-color: rgb(66,203,39); }
div.DivClassName
{
background-color: #42CB27;
}
.BgClassName
{
background-color: #42CB27;
}
</style>
border-color css
<style>
span { border-color: #42CB27; }
span { border-color: rgb(66,203,39); }
td.TdClassName
{
border-color: #42CB27;
}
.TagClassName
{
border-color: #42CB27;
}
</style>