Shades of Lime Green #26EF2D
Tints of Lime Green #26EF2D
RGB
CMYK
RGB Variations
Color information
#26EF2D (or 0x26EF2D) is known color: Lime Green. HEX triplet: 26, EF and 2D. RGB value is (38,239,45). Sum of RGB (Red+Green+Blue) = 38+239+45=322 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.80% from 322); Green value is 239 (93.75% from 255 or 74.22% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 239 - color contains mainly: green. Hex color #26EF2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26EF2D is #D910D2. Grayscale: #9D9D9D. Windows color (decimal): -14225619 or 3010342. OLE color: 3010342.
HSL color Cylindrical-coordinate representation of color #26EF2D: hue angle of 122.09º 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 #26EF2D is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 38 | 239 | 45 | - |
| CMYK | 0.84 | 0 | 0.81 | 0.06 |
| HSL | 122.09º | 0.86% | 0.54% | - |
| HSV(B) | 122.09º | 0.84% | 0.94% | - |
| XYZ | 32.14 | 62.33 | 12.82 | - |
| YUV | 156.79 | 64.91 | 43.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 239 | 45 | 0.84 | 0 | 0.81 | 0.06 | 122.09 | 0.86 | 0.54 |
| Hex | 26 | EF | 2D | 54 | 0 | 51 | 6 | 7A | 56 | 36 |
| Octal | 46 | 357 | 55 | 124 | 0 | 121 | 6 | 172 | 126 | 66 |
| Binary | 100110 | 11101111 | 101101 | 1010100 | 0 | 1010001 | 110 | 1111010 | 1010110 | 110110 |
Color Harmonies of #26EF2D
Complementary color
Monochromatic Colors of #26EF2D
Black with #26EF2D
Text Example
Text Example
White with #26EF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26EF2D; }
p { color: rgb(38,239,45); }
H1.HeaderClassName
{
color: #26EF2D;
}
.AnyTagClassName
{
color: #26EF2D;
}
</style>
background-color css
<style>
a { background-color: #26EF2D; }
a { background-color: rgb(38,239,45); }
div.DivClassName
{
background-color: #26EF2D;
}
.BgClassName
{
background-color: #26EF2D;
}
</style>
border-color css
<style>
span { border-color: #26EF2D; }
span { border-color: rgb(38,239,45); }
td.TdClassName
{
border-color: #26EF2D;
}
.TagClassName
{
border-color: #26EF2D;
}
</style>