Shades of Lime Green #26EF2B
Tints of Lime Green #26EF2B
RGB
CMYK
RGB Variations
Color information
#26EF2B (or 0x26EF2B) is known color: Lime Green. HEX triplet: 26, EF and 2B. RGB value is (38,239,43). Sum of RGB (Red+Green+Blue) = 38+239+43=320 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.88% from 320); Green value is 239 (93.75% from 255 or 74.69% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 239 - color contains mainly: green. Hex color #26EF2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26EF2B is #D910D4. Grayscale: #9D9D9D. Windows color (decimal): -14225621 or 2879270. OLE color: 2879270.
HSL color Cylindrical-coordinate representation of color #26EF2B: hue angle of 121.49º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26EF2B is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 38 | 239 | 43 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.06 |
| HSL | 121.49º | 0.86% | 0.54% | - |
| HSV(B) | 121.49º | 0.84% | 0.94% | - |
| XYZ | 32.1 | 62.32 | 12.62 | - |
| YUV | 156.56 | 63.91 | 43.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 239 | 43 | 0.84 | 0 | 0.82 | 0.06 | 121.49 | 0.86 | 0.54 |
| Hex | 26 | EF | 2B | 54 | 0 | 52 | 6 | 79 | 56 | 36 |
| Octal | 46 | 357 | 53 | 124 | 0 | 122 | 6 | 171 | 126 | 66 |
| Binary | 100110 | 11101111 | 101011 | 1010100 | 0 | 1010010 | 110 | 1111001 | 1010110 | 110110 |
Color Harmonies of #26EF2B
Complementary color
Monochromatic Colors of #26EF2B
Black with #26EF2B
Text Example
Text Example
White with #26EF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26EF2B; }
p { color: rgb(38,239,43); }
H1.HeaderClassName
{
color: #26EF2B;
}
.AnyTagClassName
{
color: #26EF2B;
}
</style>
background-color css
<style>
a { background-color: #26EF2B; }
a { background-color: rgb(38,239,43); }
div.DivClassName
{
background-color: #26EF2B;
}
.BgClassName
{
background-color: #26EF2B;
}
</style>
border-color css
<style>
span { border-color: #26EF2B; }
span { border-color: rgb(38,239,43); }
td.TdClassName
{
border-color: #26EF2B;
}
.TagClassName
{
border-color: #26EF2B;
}
</style>