Shades of Lime Green #43ED26
Tints of Lime Green #43ED26
RGB
CMYK
RGB Variations
Color information
#43ED26 (or 0x43ED26) is known color: Lime Green. HEX triplet: 43, ED and 26. RGB value is (67,237,38). Sum of RGB (Red+Green+Blue) = 67+237+38=342 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.59% from 342); Green value is 237 (92.97% from 255 or 69.30% from 342); Blue value is 38 (15.23% from 255 or 11.11% from 342); Max value from RGB is 237 - color contains mainly: green. Hex color #43ED26 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #43ED26 is #BC12D9. Grayscale: #A4A4A4. Windows color (decimal): -12325594 or 2551107. OLE color: 2551107.
HSL color Cylindrical-coordinate representation of color #43ED26: hue angle of 111.26º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #43ED26 is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 237 | 38 | - |
| CMYK | 0.72 | 0 | 0.84 | 0.07 |
| HSL | 111.26º | 0.85% | 0.54% | - |
| HSV(B) | 111.26º | 0.84% | 0.93% | - |
| XYZ | 32.95 | 61.9 | 12.05 | - |
| YUV | 163.48 | 57.18 | 59.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 237 | 38 | 0.72 | 0 | 0.84 | 0.07 | 111.26 | 0.85 | 0.54 |
| Hex | 43 | ED | 26 | 48 | 0 | 54 | 7 | 6F | 55 | 36 |
| Octal | 103 | 355 | 46 | 110 | 0 | 124 | 7 | 157 | 125 | 66 |
| Binary | 1000011 | 11101101 | 100110 | 1001000 | 0 | 1010100 | 111 | 1101111 | 1010101 | 110110 |
Color Harmonies of #43ED26
Complementary color
Monochromatic Colors of #43ED26
Black with #43ED26
Text Example
Text Example
White with #43ED26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43ED26; }
p { color: rgb(67,237,38); }
H1.HeaderClassName
{
color: #43ED26;
}
.AnyTagClassName
{
color: #43ED26;
}
</style>
background-color css
<style>
a { background-color: #43ED26; }
a { background-color: rgb(67,237,38); }
div.DivClassName
{
background-color: #43ED26;
}
.BgClassName
{
background-color: #43ED26;
}
</style>
border-color css
<style>
span { border-color: #43ED26; }
span { border-color: rgb(67,237,38); }
td.TdClassName
{
border-color: #43ED26;
}
.TagClassName
{
border-color: #43ED26;
}
</style>