Shades of Lime Green #43EF34
Tints of Lime Green #43EF34
RGB
CMYK
RGB Variations
Color information
#43EF34 (or 0x43EF34) is known color: Lime Green. HEX triplet: 43, EF and 34. RGB value is (67,239,52). Sum of RGB (Red+Green+Blue) = 67+239+52=358 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.72% from 358); Green value is 239 (93.75% from 255 or 66.76% from 358); Blue value is 52 (20.70% from 255 or 14.53% from 358); Max value from RGB is 239 - color contains mainly: green. Hex color #43EF34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #43EF34 is #BC10CB. Grayscale: #A6A6A6. Windows color (decimal): -12325068 or 3469123. OLE color: 3469123.
HSL color Cylindrical-coordinate representation of color #43EF34: hue angle of 115.19º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #43EF34 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 67 | 239 | 52 | - |
| CMYK | 0.72 | 0 | 0.78 | 0.06 |
| HSL | 115.19º | 0.85% | 0.57% | - |
| HSV(B) | 115.19º | 0.78% | 0.94% | - |
| XYZ | 33.8 | 63.17 | 13.66 | - |
| YUV | 166.25 | 63.52 | 57.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 239 | 52 | 0.72 | 0 | 0.78 | 0.06 | 115.19 | 0.85 | 0.57 |
| Hex | 43 | EF | 34 | 48 | 0 | 4E | 6 | 73 | 55 | 39 |
| Octal | 103 | 357 | 64 | 110 | 0 | 116 | 6 | 163 | 125 | 71 |
| Binary | 1000011 | 11101111 | 110100 | 1001000 | 0 | 1001110 | 110 | 1110011 | 1010101 | 111001 |
Color Harmonies of #43EF34
Complementary color
Monochromatic Colors of #43EF34
Black with #43EF34
Text Example
Text Example
White with #43EF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43EF34; }
p { color: rgb(67,239,52); }
H1.HeaderClassName
{
color: #43EF34;
}
.AnyTagClassName
{
color: #43EF34;
}
</style>
background-color css
<style>
a { background-color: #43EF34; }
a { background-color: rgb(67,239,52); }
div.DivClassName
{
background-color: #43EF34;
}
.BgClassName
{
background-color: #43EF34;
}
</style>
border-color css
<style>
span { border-color: #43EF34; }
span { border-color: rgb(67,239,52); }
td.TdClassName
{
border-color: #43EF34;
}
.TagClassName
{
border-color: #43EF34;
}
</style>