Shades of Lime Green #42CD36
Tints of Lime Green #42CD36
RGB
CMYK
RGB Variations
Color information
#42CD36 (or 0x42CD36) is known color: Lime Green. HEX triplet: 42, CD and 36. RGB value is (66,205,54). Sum of RGB (Red+Green+Blue) = 66+205+54=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 205 (80.47% from 255 or 63.08% from 325); Blue value is 54 (21.48% from 255 or 16.62% from 325); Max value from RGB is 205 - color contains mainly: green. Hex color #42CD36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42CD36 is #BD32C9. Grayscale: #929292. Windows color (decimal): -12399306 or 3591490. OLE color: 3591490.
HSL color Cylindrical-coordinate representation of color #42CD36: hue angle of 115.23º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42CD36 is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 205 | 54 | - |
| CMYK | 0.68 | 0 | 0.74 | 0.20 |
| HSL | 115.23º | 0.6% | 0.51% | - |
| HSV(B) | 115.23º | 0.74% | 0.8% | - |
| XYZ | 24.74 | 45.09 | 10.89 | - |
| YUV | 146.23 | 75.95 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 205 | 54 | 0.68 | 0 | 0.74 | 0.20 | 115.23 | 0.6 | 0.51 |
| Hex | 42 | CD | 36 | 44 | 0 | 4A | 14 | 73 | 3C | 33 |
| Octal | 102 | 315 | 66 | 104 | 0 | 112 | 24 | 163 | 74 | 63 |
| Binary | 1000010 | 11001101 | 110110 | 1000100 | 0 | 1001010 | 10100 | 1110011 | 111100 | 110011 |
Color Harmonies of #42CD36
Complementary color
Monochromatic Colors of #42CD36
Black with #42CD36
Text Example
Text Example
White with #42CD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CD36; }
p { color: rgb(66,205,54); }
H1.HeaderClassName
{
color: #42CD36;
}
.AnyTagClassName
{
color: #42CD36;
}
</style>
background-color css
<style>
a { background-color: #42CD36; }
a { background-color: rgb(66,205,54); }
div.DivClassName
{
background-color: #42CD36;
}
.BgClassName
{
background-color: #42CD36;
}
</style>
border-color css
<style>
span { border-color: #42CD36; }
span { border-color: rgb(66,205,54); }
td.TdClassName
{
border-color: #42CD36;
}
.TagClassName
{
border-color: #42CD36;
}
</style>