Shades of Lime Green #43ED28
Tints of Lime Green #43ED28
RGB
CMYK
RGB Variations
Color information
#43ED28 (or 0x43ED28) is known color: Lime Green. HEX triplet: 43, ED and 28. RGB value is (67,237,40). Sum of RGB (Red+Green+Blue) = 67+237+40=344 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.48% from 344); Green value is 237 (92.97% from 255 or 68.90% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 237 - color contains mainly: green. Hex color #43ED28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #43ED28 is #BC12D7. Grayscale: #A4A4A4. Windows color (decimal): -12325592 or 2682179. OLE color: 2682179.
HSL color Cylindrical-coordinate representation of color #43ED28: hue angle of 111.78º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #43ED28 is Cyan = 0.72, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 237 | 40 | - |
| CMYK | 0.72 | 0 | 0.83 | 0.07 |
| HSL | 111.78º | 0.85% | 0.54% | - |
| HSV(B) | 111.78º | 0.83% | 0.93% | - |
| XYZ | 32.98 | 61.91 | 12.22 | - |
| YUV | 163.71 | 58.18 | 59.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 237 | 40 | 0.72 | 0 | 0.83 | 0.07 | 111.78 | 0.85 | 0.54 |
| Hex | 43 | ED | 28 | 48 | 0 | 53 | 7 | 70 | 55 | 36 |
| Octal | 103 | 355 | 50 | 110 | 0 | 123 | 7 | 160 | 125 | 66 |
| Binary | 1000011 | 11101101 | 101000 | 1001000 | 0 | 1010011 | 111 | 1110000 | 1010101 | 110110 |
Color Harmonies of #43ED28
Complementary color
Monochromatic Colors of #43ED28
Black with #43ED28
Text Example
Text Example
White with #43ED28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43ED28; }
p { color: rgb(67,237,40); }
H1.HeaderClassName
{
color: #43ED28;
}
.AnyTagClassName
{
color: #43ED28;
}
</style>
background-color css
<style>
a { background-color: #43ED28; }
a { background-color: rgb(67,237,40); }
div.DivClassName
{
background-color: #43ED28;
}
.BgClassName
{
background-color: #43ED28;
}
</style>
border-color css
<style>
span { border-color: #43ED28; }
span { border-color: rgb(67,237,40); }
td.TdClassName
{
border-color: #43ED28;
}
.TagClassName
{
border-color: #43ED28;
}
</style>