Shades of Lime Green #26EA3A
Tints of Lime Green #26EA3A
RGB
CMYK
RGB Variations
Color information
#26EA3A (or 0x26EA3A) is known color: Lime Green. HEX triplet: 26, EA and 3A. RGB value is (38,234,58). Sum of RGB (Red+Green+Blue) = 38+234+58=330 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.52% from 330); Green value is 234 (91.80% from 255 or 70.91% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 234 - color contains mainly: green. Hex color #26EA3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26EA3A is #D915C5. Grayscale: #9B9B9B. Windows color (decimal): -14226886 or 3861030. OLE color: 3861030.
HSL color Cylindrical-coordinate representation of color #26EA3A: hue angle of 126.12º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26EA3A is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 234 | 58 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.08 |
| HSL | 126.12º | 0.82% | 0.53% | - |
| HSV(B) | 126.12º | 0.84% | 0.92% | - |
| XYZ | 30.99 | 59.56 | 13.87 | - |
| YUV | 155.33 | 73.07 | 44.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 234 | 58 | 0.84 | 0 | 0.75 | 0.08 | 126.12 | 0.82 | 0.53 |
| Hex | 26 | EA | 3A | 54 | 0 | 4B | 8 | 7E | 52 | 35 |
| Octal | 46 | 352 | 72 | 124 | 0 | 113 | 10 | 176 | 122 | 65 |
| Binary | 100110 | 11101010 | 111010 | 1010100 | 0 | 1001011 | 1000 | 1111110 | 1010010 | 110101 |
Color Harmonies of #26EA3A
Complementary color
Monochromatic Colors of #26EA3A
Black with #26EA3A
Text Example
Text Example
White with #26EA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26EA3A; }
p { color: rgb(38,234,58); }
H1.HeaderClassName
{
color: #26EA3A;
}
.AnyTagClassName
{
color: #26EA3A;
}
</style>
background-color css
<style>
a { background-color: #26EA3A; }
a { background-color: rgb(38,234,58); }
div.DivClassName
{
background-color: #26EA3A;
}
.BgClassName
{
background-color: #26EA3A;
}
</style>
border-color css
<style>
span { border-color: #26EA3A; }
span { border-color: rgb(38,234,58); }
td.TdClassName
{
border-color: #26EA3A;
}
.TagClassName
{
border-color: #26EA3A;
}
</style>