Shades of Lime Green #42D444
Tints of Lime Green #42D444
RGB
CMYK
RGB Variations
Color information
#42D444 (or 0x42D444) is known color: Lime Green. HEX triplet: 42, D4 and 44. RGB value is (66,212,68). Sum of RGB (Red+Green+Blue) = 66+212+68=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 212 (83.20% from 255 or 61.27% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 212 - color contains mainly: green. Hex color #42D444 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D444 is #BD2BBB. Grayscale: #989898. Windows color (decimal): -12397500 or 4510786. OLE color: 4510786.
HSL color Cylindrical-coordinate representation of color #42D444: hue angle of 120.82º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D444 is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 212 | 68 | - |
| CMYK | 0.69 | 0 | 0.68 | 0.17 |
| HSL | 120.82º | 0.63% | 0.55% | - |
| HSV(B) | 120.82º | 0.69% | 0.83% | - |
| XYZ | 26.83 | 48.66 | 13.45 | - |
| YUV | 151.93 | 80.63 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 212 | 68 | 0.69 | 0 | 0.68 | 0.17 | 120.82 | 0.63 | 0.55 |
| Hex | 42 | D4 | 44 | 45 | 0 | 44 | 11 | 79 | 3F | 37 |
| Octal | 102 | 324 | 104 | 105 | 0 | 104 | 21 | 171 | 77 | 67 |
| Binary | 1000010 | 11010100 | 1000100 | 1000101 | 0 | 1000100 | 10001 | 1111001 | 111111 | 110111 |
Color Harmonies of #42D444
Complementary color
Monochromatic Colors of #42D444
Black with #42D444
Text Example
Text Example
White with #42D444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D444; }
p { color: rgb(66,212,68); }
H1.HeaderClassName
{
color: #42D444;
}
.AnyTagClassName
{
color: #42D444;
}
</style>
background-color css
<style>
a { background-color: #42D444; }
a { background-color: rgb(66,212,68); }
div.DivClassName
{
background-color: #42D444;
}
.BgClassName
{
background-color: #42D444;
}
</style>
border-color css
<style>
span { border-color: #42D444; }
span { border-color: rgb(66,212,68); }
td.TdClassName
{
border-color: #42D444;
}
.TagClassName
{
border-color: #42D444;
}
</style>