Shades of Lime Green #43ED29
Tints of Lime Green #43ED29
RGB
CMYK
RGB Variations
Color information
#43ED29 (or 0x43ED29) is known color: Lime Green. HEX triplet: 43, ED and 29. RGB value is (67,237,41). Sum of RGB (Red+Green+Blue) = 67+237+41=345 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.42% from 345); Green value is 237 (92.97% from 255 or 68.70% from 345); Blue value is 41 (16.41% from 255 or 11.88% from 345); Max value from RGB is 237 - color contains mainly: green. Hex color #43ED29 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #43ED29 is #BC12D6. Grayscale: #A4A4A4. Windows color (decimal): -12325591 or 2747715. OLE color: 2747715.
HSL color Cylindrical-coordinate representation of color #43ED29: hue angle of 112.04º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #43ED29 is Cyan = 0.72, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 237 | 41 | - |
| CMYK | 0.72 | 0 | 0.83 | 0.07 |
| HSL | 112.04º | 0.84% | 0.55% | - |
| HSV(B) | 112.04º | 0.83% | 0.93% | - |
| XYZ | 33 | 61.92 | 12.31 | - |
| YUV | 163.83 | 58.68 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 237 | 41 | 0.72 | 0 | 0.83 | 0.07 | 112.04 | 0.84 | 0.55 |
| Hex | 43 | ED | 29 | 48 | 0 | 53 | 7 | 70 | 54 | 37 |
| Octal | 103 | 355 | 51 | 110 | 0 | 123 | 7 | 160 | 124 | 67 |
| Binary | 1000011 | 11101101 | 101001 | 1001000 | 0 | 1010011 | 111 | 1110000 | 1010100 | 110111 |
Color Harmonies of #43ED29
Complementary color
Monochromatic Colors of #43ED29
Black with #43ED29
Text Example
Text Example
White with #43ED29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43ED29; }
p { color: rgb(67,237,41); }
H1.HeaderClassName
{
color: #43ED29;
}
.AnyTagClassName
{
color: #43ED29;
}
</style>
background-color css
<style>
a { background-color: #43ED29; }
a { background-color: rgb(67,237,41); }
div.DivClassName
{
background-color: #43ED29;
}
.BgClassName
{
background-color: #43ED29;
}
</style>
border-color css
<style>
span { border-color: #43ED29; }
span { border-color: rgb(67,237,41); }
td.TdClassName
{
border-color: #43ED29;
}
.TagClassName
{
border-color: #43ED29;
}
</style>