Shades of Lime Green #43EE28
Tints of Lime Green #43EE28
RGB
CMYK
RGB Variations
Color information
#43EE28 (or 0x43EE28) is known color: Lime Green. HEX triplet: 43, EE and 28. RGB value is (67,238,40). Sum of RGB (Red+Green+Blue) = 67+238+40=345 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.42% from 345); Green value is 238 (93.36% from 255 or 68.99% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 238 - color contains mainly: green. Hex color #43EE28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #43EE28 is #BC11D7. Grayscale: #A4A4A4. Windows color (decimal): -12325336 or 2682435. OLE color: 2682435.
HSL color Cylindrical-coordinate representation of color #43EE28: hue angle of 111.82º degrees, saturation: 0.85, 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 #43EE28 is Cyan = 0.72, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 238 | 40 | - |
| CMYK | 0.72 | 0 | 0.83 | 0.07 |
| HSL | 111.82º | 0.85% | 0.55% | - |
| HSV(B) | 111.82º | 0.83% | 0.93% | - |
| XYZ | 33.27 | 62.5 | 12.32 | - |
| YUV | 164.3 | 57.85 | 58.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 238 | 40 | 0.72 | 0 | 0.83 | 0.07 | 111.82 | 0.85 | 0.55 |
| Hex | 43 | EE | 28 | 48 | 0 | 53 | 7 | 70 | 55 | 37 |
| Octal | 103 | 356 | 50 | 110 | 0 | 123 | 7 | 160 | 125 | 67 |
| Binary | 1000011 | 11101110 | 101000 | 1001000 | 0 | 1010011 | 111 | 1110000 | 1010101 | 110111 |
Color Harmonies of #43EE28
Complementary color
Monochromatic Colors of #43EE28
Black with #43EE28
Text Example
Text Example
White with #43EE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43EE28; }
p { color: rgb(67,238,40); }
H1.HeaderClassName
{
color: #43EE28;
}
.AnyTagClassName
{
color: #43EE28;
}
</style>
background-color css
<style>
a { background-color: #43EE28; }
a { background-color: rgb(67,238,40); }
div.DivClassName
{
background-color: #43EE28;
}
.BgClassName
{
background-color: #43EE28;
}
</style>
border-color css
<style>
span { border-color: #43EE28; }
span { border-color: rgb(67,238,40); }
td.TdClassName
{
border-color: #43EE28;
}
.TagClassName
{
border-color: #43EE28;
}
</style>