Shades of Lime Green #42DF24
Tints of Lime Green #42DF24
RGB
CMYK
RGB Variations
Color information
#42DF24 (or 0x42DF24) is known color: Lime Green. HEX triplet: 42, DF and 24. RGB value is (66,223,36). Sum of RGB (Red+Green+Blue) = 66+223+36=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 223 (87.5% from 255 or 68.62% from 325); Blue value is 36 (14.45% from 255 or 11.08% from 325); Max value from RGB is 223 - color contains mainly: green. Hex color #42DF24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DF24 is #BD20DB. Grayscale: #9B9B9B. Windows color (decimal): -12394716 or 2416450. OLE color: 2416450.
HSL color Cylindrical-coordinate representation of color #42DF24: hue angle of 110.37º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42DF24 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 223 | 36 | - |
| CMYK | 0.70 | 0 | 0.84 | 0.13 |
| HSL | 110.37º | 0.75% | 0.51% | - |
| HSV(B) | 110.37º | 0.84% | 0.87% | - |
| XYZ | 28.95 | 54.06 | 10.58 | - |
| YUV | 154.74 | 60.99 | 64.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 223 | 36 | 0.70 | 0 | 0.84 | 0.13 | 110.37 | 0.75 | 0.51 |
| Hex | 42 | DF | 24 | 46 | 0 | 54 | D | 6E | 4B | 33 |
| Octal | 102 | 337 | 44 | 106 | 0 | 124 | 15 | 156 | 113 | 63 |
| Binary | 1000010 | 11011111 | 100100 | 1000110 | 0 | 1010100 | 1101 | 1101110 | 1001011 | 110011 |
Color Harmonies of #42DF24
Complementary color
Monochromatic Colors of #42DF24
Black with #42DF24
Text Example
Text Example
White with #42DF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DF24; }
p { color: rgb(66,223,36); }
H1.HeaderClassName
{
color: #42DF24;
}
.AnyTagClassName
{
color: #42DF24;
}
</style>
background-color css
<style>
a { background-color: #42DF24; }
a { background-color: rgb(66,223,36); }
div.DivClassName
{
background-color: #42DF24;
}
.BgClassName
{
background-color: #42DF24;
}
</style>
border-color css
<style>
span { border-color: #42DF24; }
span { border-color: rgb(66,223,36); }
td.TdClassName
{
border-color: #42DF24;
}
.TagClassName
{
border-color: #42DF24;
}
</style>