Shades of Lime Green #42DF23
Tints of Lime Green #42DF23
RGB
CMYK
RGB Variations
Color information
#42DF23 (or 0x42DF23) is known color: Lime Green. HEX triplet: 42, DF and 23. RGB value is (66,223,35). Sum of RGB (Red+Green+Blue) = 66+223+35=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 223 (87.5% from 255 or 68.83% from 324); Blue value is 35 (14.06% from 255 or 10.80% from 324); Max value from RGB is 223 - color contains mainly: green. Hex color #42DF23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DF23 is #BD20DC. Grayscale: #9B9B9B. Windows color (decimal): -12394717 or 2350914. OLE color: 2350914.
HSL color Cylindrical-coordinate representation of color #42DF23: hue angle of 110.11º 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 #42DF23 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 223 | 35 | - |
| CMYK | 0.70 | 0 | 0.84 | 0.13 |
| HSL | 110.11º | 0.75% | 0.51% | - |
| HSV(B) | 110.11º | 0.84% | 0.87% | - |
| XYZ | 28.94 | 54.05 | 10.5 | - |
| YUV | 154.63 | 60.49 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 223 | 35 | 0.70 | 0 | 0.84 | 0.13 | 110.11 | 0.75 | 0.51 |
| Hex | 42 | DF | 23 | 46 | 0 | 54 | D | 6E | 4B | 33 |
| Octal | 102 | 337 | 43 | 106 | 0 | 124 | 15 | 156 | 113 | 63 |
| Binary | 1000010 | 11011111 | 100011 | 1000110 | 0 | 1010100 | 1101 | 1101110 | 1001011 | 110011 |
Color Harmonies of #42DF23
Complementary color
Monochromatic Colors of #42DF23
Black with #42DF23
Text Example
Text Example
White with #42DF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DF23; }
p { color: rgb(66,223,35); }
H1.HeaderClassName
{
color: #42DF23;
}
.AnyTagClassName
{
color: #42DF23;
}
</style>
background-color css
<style>
a { background-color: #42DF23; }
a { background-color: rgb(66,223,35); }
div.DivClassName
{
background-color: #42DF23;
}
.BgClassName
{
background-color: #42DF23;
}
</style>
border-color css
<style>
span { border-color: #42DF23; }
span { border-color: rgb(66,223,35); }
td.TdClassName
{
border-color: #42DF23;
}
.TagClassName
{
border-color: #42DF23;
}
</style>