Shades of Lime Green #42D02C
Tints of Lime Green #42D02C
RGB
CMYK
RGB Variations
Color information
#42D02C (or 0x42D02C) is known color: Lime Green. HEX triplet: 42, D0 and 2C. RGB value is (66,208,44). Sum of RGB (Red+Green+Blue) = 66+208+44=318 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.75% from 318); Green value is 208 (81.64% from 255 or 65.41% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 208 - color contains mainly: green. Hex color #42D02C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D02C is #BD2FD3. Grayscale: #939393. Windows color (decimal): -12398548 or 2936898. OLE color: 2936898.
HSL color Cylindrical-coordinate representation of color #42D02C: hue angle of 111.95º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42D02C is Cyan = 0.68, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 208 | 44 | - |
| CMYK | 0.68 | 0 | 0.79 | 0.18 |
| HSL | 111.95º | 0.65% | 0.49% | - |
| HSV(B) | 111.95º | 0.79% | 0.82% | - |
| XYZ | 25.26 | 46.45 | 10.02 | - |
| YUV | 146.85 | 69.96 | 70.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 208 | 44 | 0.68 | 0 | 0.79 | 0.18 | 111.95 | 0.65 | 0.49 |
| Hex | 42 | D0 | 2C | 44 | 0 | 4F | 12 | 70 | 41 | 31 |
| Octal | 102 | 320 | 54 | 104 | 0 | 117 | 22 | 160 | 101 | 61 |
| Binary | 1000010 | 11010000 | 101100 | 1000100 | 0 | 1001111 | 10010 | 1110000 | 1000001 | 110001 |
Color Harmonies of #42D02C
Complementary color
Monochromatic Colors of #42D02C
Black with #42D02C
Text Example
Text Example
White with #42D02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D02C; }
p { color: rgb(66,208,44); }
H1.HeaderClassName
{
color: #42D02C;
}
.AnyTagClassName
{
color: #42D02C;
}
</style>
background-color css
<style>
a { background-color: #42D02C; }
a { background-color: rgb(66,208,44); }
div.DivClassName
{
background-color: #42D02C;
}
.BgClassName
{
background-color: #42D02C;
}
</style>
border-color css
<style>
span { border-color: #42D02C; }
span { border-color: rgb(66,208,44); }
td.TdClassName
{
border-color: #42D02C;
}
.TagClassName
{
border-color: #42D02C;
}
</style>