Shades of Lime Green #43DE42
Tints of Lime Green #43DE42
RGB
CMYK
RGB Variations
Color information
#43DE42 (or 0x43DE42) is known color: Lime Green. HEX triplet: 43, DE and 42. RGB value is (67,222,66). Sum of RGB (Red+Green+Blue) = 67+222+66=355 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.87% from 355); Green value is 222 (87.11% from 255 or 62.54% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 222 - color contains mainly: green. Hex color #43DE42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43DE42 is #BC21BD. Grayscale: #9E9E9E. Windows color (decimal): -12329406 or 4382275. OLE color: 4382275.
HSL color Cylindrical-coordinate representation of color #43DE42: hue angle of 119.62º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43DE42 is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 222 | 66 | - |
| CMYK | 0.70 | 0 | 0.70 | 0.13 |
| HSL | 119.62º | 0.7% | 0.56% | - |
| HSV(B) | 119.62º | 0.7% | 0.87% | - |
| XYZ | 29.42 | 53.83 | 13.99 | - |
| YUV | 157.87 | 76.15 | 63.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 222 | 66 | 0.70 | 0 | 0.70 | 0.13 | 119.62 | 0.7 | 0.56 |
| Hex | 43 | DE | 42 | 46 | 0 | 46 | D | 78 | 46 | 38 |
| Octal | 103 | 336 | 102 | 106 | 0 | 106 | 15 | 170 | 106 | 70 |
| Binary | 1000011 | 11011110 | 1000010 | 1000110 | 0 | 1000110 | 1101 | 1111000 | 1000110 | 111000 |
Color Harmonies of #43DE42
Complementary color
Monochromatic Colors of #43DE42
Black with #43DE42
Text Example
Text Example
White with #43DE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DE42; }
p { color: rgb(67,222,66); }
H1.HeaderClassName
{
color: #43DE42;
}
.AnyTagClassName
{
color: #43DE42;
}
</style>
background-color css
<style>
a { background-color: #43DE42; }
a { background-color: rgb(67,222,66); }
div.DivClassName
{
background-color: #43DE42;
}
.BgClassName
{
background-color: #43DE42;
}
</style>
border-color css
<style>
span { border-color: #43DE42; }
span { border-color: rgb(67,222,66); }
td.TdClassName
{
border-color: #43DE42;
}
.TagClassName
{
border-color: #43DE42;
}
</style>