Shades of Lime Green #43EC34
Tints of Lime Green #43EC34
RGB
CMYK
RGB Variations
Color information
#43EC34 (or 0x43EC34) is known color: Lime Green. HEX triplet: 43, EC and 34. RGB value is (67,236,52). Sum of RGB (Red+Green+Blue) = 67+236+52=355 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.87% from 355); Green value is 236 (92.58% from 255 or 66.48% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 236 - color contains mainly: green. Hex color #43EC34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #43EC34 is #BC13CB. Grayscale: #A5A5A5. Windows color (decimal): -12325836 or 3468355. OLE color: 3468355.
HSL color Cylindrical-coordinate representation of color #43EC34: hue angle of 115.11º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #43EC34 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 236 | 52 | - |
| CMYK | 0.72 | 0 | 0.78 | 0.07 |
| HSL | 115.11º | 0.83% | 0.56% | - |
| HSV(B) | 115.11º | 0.78% | 0.93% | - |
| XYZ | 32.93 | 61.43 | 13.37 | - |
| YUV | 164.49 | 64.51 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 236 | 52 | 0.72 | 0 | 0.78 | 0.07 | 115.11 | 0.83 | 0.56 |
| Hex | 43 | EC | 34 | 48 | 0 | 4E | 7 | 73 | 53 | 38 |
| Octal | 103 | 354 | 64 | 110 | 0 | 116 | 7 | 163 | 123 | 70 |
| Binary | 1000011 | 11101100 | 110100 | 1001000 | 0 | 1001110 | 111 | 1110011 | 1010011 | 111000 |
Color Harmonies of #43EC34
Complementary color
Monochromatic Colors of #43EC34
Black with #43EC34
Text Example
Text Example
White with #43EC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43EC34; }
p { color: rgb(67,236,52); }
H1.HeaderClassName
{
color: #43EC34;
}
.AnyTagClassName
{
color: #43EC34;
}
</style>
background-color css
<style>
a { background-color: #43EC34; }
a { background-color: rgb(67,236,52); }
div.DivClassName
{
background-color: #43EC34;
}
.BgClassName
{
background-color: #43EC34;
}
</style>
border-color css
<style>
span { border-color: #43EC34; }
span { border-color: rgb(67,236,52); }
td.TdClassName
{
border-color: #43EC34;
}
.TagClassName
{
border-color: #43EC34;
}
</style>