Shades of Lime Green #26E334
Tints of Lime Green #26E334
RGB
CMYK
RGB Variations
Color information
#26E334 (or 0x26E334) is known color: Lime Green. HEX triplet: 26, E3 and 34. RGB value is (38,227,52). Sum of RGB (Red+Green+Blue) = 38+227+52=317 (41% of max value = 765). Red value is 38 (15.23% from 255 or 11.99% from 317); Green value is 227 (89.06% from 255 or 71.61% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 227 - color contains mainly: green. Hex color #26E334 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26E334 is #D91CCB. Grayscale: #979797. Windows color (decimal): -14228684 or 3466022. OLE color: 3466022.
HSL color Cylindrical-coordinate representation of color #26E334: hue angle of 124.44º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26E334 is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 38 | 227 | 52 | - |
| CMYK | 0.83 | 0 | 0.77 | 0.11 |
| HSL | 124.44º | 0.77% | 0.52% | - |
| HSV(B) | 124.44º | 0.83% | 0.89% | - |
| XYZ | 28.89 | 55.6 | 12.46 | - |
| YUV | 150.54 | 72.38 | 47.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 227 | 52 | 0.83 | 0 | 0.77 | 0.11 | 124.44 | 0.77 | 0.52 |
| Hex | 26 | E3 | 34 | 53 | 0 | 4D | B | 7C | 4D | 34 |
| Octal | 46 | 343 | 64 | 123 | 0 | 115 | 13 | 174 | 115 | 64 |
| Binary | 100110 | 11100011 | 110100 | 1010011 | 0 | 1001101 | 1011 | 1111100 | 1001101 | 110100 |
Color Harmonies of #26E334
Complementary color
Monochromatic Colors of #26E334
Black with #26E334
Text Example
Text Example
White with #26E334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26E334; }
p { color: rgb(38,227,52); }
H1.HeaderClassName
{
color: #26E334;
}
.AnyTagClassName
{
color: #26E334;
}
</style>
background-color css
<style>
a { background-color: #26E334; }
a { background-color: rgb(38,227,52); }
div.DivClassName
{
background-color: #26E334;
}
.BgClassName
{
background-color: #26E334;
}
</style>
border-color css
<style>
span { border-color: #26E334; }
span { border-color: rgb(38,227,52); }
td.TdClassName
{
border-color: #26E334;
}
.TagClassName
{
border-color: #26E334;
}
</style>