Shades of Lime Green #26E21F
Tints of Lime Green #26E21F
RGB
CMYK
RGB Variations
Color information
#26E21F (or 0x26E21F) is known color: Lime Green. HEX triplet: 26, E2 and 1F. RGB value is (38,226,31). Sum of RGB (Red+Green+Blue) = 38+226+31=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 226 (88.67% from 255 or 76.61% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 226 - color contains mainly: green. Hex color #26E21F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26E21F is #D91DE0. Grayscale: #949494. Windows color (decimal): -14228961 or 2089510. OLE color: 2089510.
HSL color Cylindrical-coordinate representation of color #26E21F: hue angle of 117.85º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #26E21F is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 38 | 226 | 31 | - |
| CMYK | 0.83 | 0 | 0.86 | 0.11 |
| HSL | 117.85º | 0.77% | 0.5% | - |
| HSV(B) | 117.85º | 0.86% | 0.89% | - |
| XYZ | 28.24 | 54.9 | 10.41 | - |
| YUV | 147.56 | 62.22 | 49.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 226 | 31 | 0.83 | 0 | 0.86 | 0.11 | 117.85 | 0.77 | 0.5 |
| Hex | 26 | E2 | 1F | 53 | 0 | 56 | B | 76 | 4D | 32 |
| Octal | 46 | 342 | 37 | 123 | 0 | 126 | 13 | 166 | 115 | 62 |
| Binary | 100110 | 11100010 | 11111 | 1010011 | 0 | 1010110 | 1011 | 1110110 | 1001101 | 110010 |
Color Harmonies of #26E21F
Complementary color
Monochromatic Colors of #26E21F
Black with #26E21F
Text Example
Text Example
White with #26E21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26E21F; }
p { color: rgb(38,226,31); }
H1.HeaderClassName
{
color: #26E21F;
}
.AnyTagClassName
{
color: #26E21F;
}
</style>
background-color css
<style>
a { background-color: #26E21F; }
a { background-color: rgb(38,226,31); }
div.DivClassName
{
background-color: #26E21F;
}
.BgClassName
{
background-color: #26E21F;
}
</style>
border-color css
<style>
span { border-color: #26E21F; }
span { border-color: rgb(38,226,31); }
td.TdClassName
{
border-color: #26E21F;
}
.TagClassName
{
border-color: #26E21F;
}
</style>