Shades of Lime Green #43DE23
Tints of Lime Green #43DE23
RGB
CMYK
RGB Variations
Color information
#43DE23 (or 0x43DE23) is known color: Lime Green. HEX triplet: 43, DE and 23. RGB value is (67,222,35). Sum of RGB (Red+Green+Blue) = 67+222+35=324 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.68% from 324); Green value is 222 (87.11% from 255 or 68.52% from 324); Blue value is 35 (14.06% from 255 or 10.80% from 324); Max value from RGB is 222 - color contains mainly: green. Hex color #43DE23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43DE23 is #BC21DC. Grayscale: #9A9A9A. Windows color (decimal): -12329437 or 2350659. OLE color: 2350659.
HSL color Cylindrical-coordinate representation of color #43DE23: hue angle of 109.73º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #43DE23 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 222 | 35 | - |
| CMYK | 0.70 | 0 | 0.84 | 0.13 |
| HSL | 109.73º | 0.74% | 0.5% | - |
| HSV(B) | 109.73º | 0.84% | 0.87% | - |
| XYZ | 28.74 | 53.56 | 10.41 | - |
| YUV | 154.34 | 60.65 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 222 | 35 | 0.70 | 0 | 0.84 | 0.13 | 109.73 | 0.74 | 0.5 |
| Hex | 43 | DE | 23 | 46 | 0 | 54 | D | 6E | 4A | 32 |
| Octal | 103 | 336 | 43 | 106 | 0 | 124 | 15 | 156 | 112 | 62 |
| Binary | 1000011 | 11011110 | 100011 | 1000110 | 0 | 1010100 | 1101 | 1101110 | 1001010 | 110010 |
Color Harmonies of #43DE23
Complementary color
Monochromatic Colors of #43DE23
Black with #43DE23
Text Example
Text Example
White with #43DE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DE23; }
p { color: rgb(67,222,35); }
H1.HeaderClassName
{
color: #43DE23;
}
.AnyTagClassName
{
color: #43DE23;
}
</style>
background-color css
<style>
a { background-color: #43DE23; }
a { background-color: rgb(67,222,35); }
div.DivClassName
{
background-color: #43DE23;
}
.BgClassName
{
background-color: #43DE23;
}
</style>
border-color css
<style>
span { border-color: #43DE23; }
span { border-color: rgb(67,222,35); }
td.TdClassName
{
border-color: #43DE23;
}
.TagClassName
{
border-color: #43DE23;
}
</style>