Shades of Lime Green #42CF36
Tints of Lime Green #42CF36
RGB
CMYK
RGB Variations
Color information
#42CF36 (or 0x42CF36) is known color: Lime Green. HEX triplet: 42, CF and 36. RGB value is (66,207,54). Sum of RGB (Red+Green+Blue) = 66+207+54=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 207 (81.25% from 255 or 63.30% from 327); Blue value is 54 (21.48% from 255 or 16.51% from 327); Max value from RGB is 207 - color contains mainly: green. Hex color #42CF36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CF36 is #BD30C9. Grayscale: #939393. Windows color (decimal): -12398794 or 3592002. OLE color: 3592002.
HSL color Cylindrical-coordinate representation of color #42CF36: hue angle of 115.29º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42CF36 is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 207 | 54 | - |
| CMYK | 0.68 | 0 | 0.74 | 0.19 |
| HSL | 115.29º | 0.61% | 0.51% | - |
| HSV(B) | 115.29º | 0.74% | 0.81% | - |
| XYZ | 25.23 | 46.05 | 11.05 | - |
| YUV | 147.4 | 75.29 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 207 | 54 | 0.68 | 0 | 0.74 | 0.19 | 115.29 | 0.61 | 0.51 |
| Hex | 42 | CF | 36 | 44 | 0 | 4A | 13 | 73 | 3D | 33 |
| Octal | 102 | 317 | 66 | 104 | 0 | 112 | 23 | 163 | 75 | 63 |
| Binary | 1000010 | 11001111 | 110110 | 1000100 | 0 | 1001010 | 10011 | 1110011 | 111101 | 110011 |
Color Harmonies of #42CF36
Complementary color
Monochromatic Colors of #42CF36
Black with #42CF36
Text Example
Text Example
White with #42CF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CF36; }
p { color: rgb(66,207,54); }
H1.HeaderClassName
{
color: #42CF36;
}
.AnyTagClassName
{
color: #42CF36;
}
</style>
background-color css
<style>
a { background-color: #42CF36; }
a { background-color: rgb(66,207,54); }
div.DivClassName
{
background-color: #42CF36;
}
.BgClassName
{
background-color: #42CF36;
}
</style>
border-color css
<style>
span { border-color: #42CF36; }
span { border-color: rgb(66,207,54); }
td.TdClassName
{
border-color: #42CF36;
}
.TagClassName
{
border-color: #42CF36;
}
</style>