Shades of Lime Green #26E032
Tints of Lime Green #26E032
RGB
CMYK
RGB Variations
Color information
#26E032 (or 0x26E032) is known color: Lime Green. HEX triplet: 26, E0 and 32. RGB value is (38,224,50). Sum of RGB (Red+Green+Blue) = 38+224+50=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 224 (87.89% from 255 or 71.79% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 224 - color contains mainly: green. Hex color #26E032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26E032 is #D91FCD. Grayscale: #959595. Windows color (decimal): -14229454 or 3334182. OLE color: 3334182.
HSL color Cylindrical-coordinate representation of color #26E032: hue angle of 123.87º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26E032 is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 38 | 224 | 50 | - |
| CMYK | 0.83 | 0 | 0.78 | 0.12 |
| HSL | 123.87º | 0.75% | 0.51% | - |
| HSV(B) | 123.87º | 0.83% | 0.88% | - |
| XYZ | 28.03 | 53.95 | 11.95 | - |
| YUV | 148.55 | 72.38 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 224 | 50 | 0.83 | 0 | 0.78 | 0.12 | 123.87 | 0.75 | 0.51 |
| Hex | 26 | E0 | 32 | 53 | 0 | 4E | C | 7C | 4B | 33 |
| Octal | 46 | 340 | 62 | 123 | 0 | 116 | 14 | 174 | 113 | 63 |
| Binary | 100110 | 11100000 | 110010 | 1010011 | 0 | 1001110 | 1100 | 1111100 | 1001011 | 110011 |
Color Harmonies of #26E032
Complementary color
Monochromatic Colors of #26E032
Black with #26E032
Text Example
Text Example
White with #26E032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26E032; }
p { color: rgb(38,224,50); }
H1.HeaderClassName
{
color: #26E032;
}
.AnyTagClassName
{
color: #26E032;
}
</style>
background-color css
<style>
a { background-color: #26E032; }
a { background-color: rgb(38,224,50); }
div.DivClassName
{
background-color: #26E032;
}
.BgClassName
{
background-color: #26E032;
}
</style>
border-color css
<style>
span { border-color: #26E032; }
span { border-color: rgb(38,224,50); }
td.TdClassName
{
border-color: #26E032;
}
.TagClassName
{
border-color: #26E032;
}
</style>