Shades of Lime Green #43DE34
Tints of Lime Green #43DE34
RGB
CMYK
RGB Variations
Color information
#43DE34 (or 0x43DE34) is known color: Lime Green. HEX triplet: 43, DE and 34. RGB value is (67,222,52). Sum of RGB (Red+Green+Blue) = 67+222+52=341 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.65% from 341); Green value is 222 (87.11% from 255 or 65.10% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 222 - color contains mainly: green. Hex color #43DE34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43DE34 is #BC21CB. Grayscale: #9C9C9C. Windows color (decimal): -12329420 or 3464771. OLE color: 3464771.
HSL color Cylindrical-coordinate representation of color #43DE34: hue angle of 114.71º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #43DE34 is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 222 | 52 | - |
| CMYK | 0.70 | 0 | 0.77 | 0.13 |
| HSL | 114.71º | 0.72% | 0.54% | - |
| HSV(B) | 114.71º | 0.77% | 0.87% | - |
| XYZ | 29.06 | 53.68 | 12.08 | - |
| YUV | 156.28 | 69.15 | 64.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 222 | 52 | 0.70 | 0 | 0.77 | 0.13 | 114.71 | 0.72 | 0.54 |
| Hex | 43 | DE | 34 | 46 | 0 | 4D | D | 73 | 48 | 36 |
| Octal | 103 | 336 | 64 | 106 | 0 | 115 | 15 | 163 | 110 | 66 |
| Binary | 1000011 | 11011110 | 110100 | 1000110 | 0 | 1001101 | 1101 | 1110011 | 1001000 | 110110 |
Color Harmonies of #43DE34
Complementary color
Monochromatic Colors of #43DE34
Black with #43DE34
Text Example
Text Example
White with #43DE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DE34; }
p { color: rgb(67,222,52); }
H1.HeaderClassName
{
color: #43DE34;
}
.AnyTagClassName
{
color: #43DE34;
}
</style>
background-color css
<style>
a { background-color: #43DE34; }
a { background-color: rgb(67,222,52); }
div.DivClassName
{
background-color: #43DE34;
}
.BgClassName
{
background-color: #43DE34;
}
</style>
border-color css
<style>
span { border-color: #43DE34; }
span { border-color: rgb(67,222,52); }
td.TdClassName
{
border-color: #43DE34;
}
.TagClassName
{
border-color: #43DE34;
}
</style>