Shades of Lime Green #42DD36
Tints of Lime Green #42DD36
RGB
CMYK
RGB Variations
Color information
#42DD36 (or 0x42DD36) is known color: Lime Green. HEX triplet: 42, DD and 36. RGB value is (66,221,54). Sum of RGB (Red+Green+Blue) = 66+221+54=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 221 (86.72% from 255 or 64.81% from 341); Blue value is 54 (21.48% from 255 or 15.84% from 341); Max value from RGB is 221 - color contains mainly: green. Hex color #42DD36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DD36 is #BD22C9. Grayscale: #9C9C9C. Windows color (decimal): -12395210 or 3595586. OLE color: 3595586.
HSL color Cylindrical-coordinate representation of color #42DD36: hue angle of 115.69º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #42DD36 is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 221 | 54 | - |
| CMYK | 0.70 | 0 | 0.76 | 0.13 |
| HSL | 115.69º | 0.71% | 0.54% | - |
| HSV(B) | 115.69º | 0.76% | 0.87% | - |
| XYZ | 28.77 | 53.14 | 12.23 | - |
| YUV | 155.62 | 70.65 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 221 | 54 | 0.70 | 0 | 0.76 | 0.13 | 115.69 | 0.71 | 0.54 |
| Hex | 42 | DD | 36 | 46 | 0 | 4C | D | 74 | 47 | 36 |
| Octal | 102 | 335 | 66 | 106 | 0 | 114 | 15 | 164 | 107 | 66 |
| Binary | 1000010 | 11011101 | 110110 | 1000110 | 0 | 1001100 | 1101 | 1110100 | 1000111 | 110110 |
Color Harmonies of #42DD36
Complementary color
Monochromatic Colors of #42DD36
Black with #42DD36
Text Example
Text Example
White with #42DD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DD36; }
p { color: rgb(66,221,54); }
H1.HeaderClassName
{
color: #42DD36;
}
.AnyTagClassName
{
color: #42DD36;
}
</style>
background-color css
<style>
a { background-color: #42DD36; }
a { background-color: rgb(66,221,54); }
div.DivClassName
{
background-color: #42DD36;
}
.BgClassName
{
background-color: #42DD36;
}
</style>
border-color css
<style>
span { border-color: #42DD36; }
span { border-color: rgb(66,221,54); }
td.TdClassName
{
border-color: #42DD36;
}
.TagClassName
{
border-color: #42DD36;
}
</style>