Shades of Lime Green #26EE30
Tints of Lime Green #26EE30
RGB
CMYK
RGB Variations
Color information
#26EE30 (or 0x26EE30) is known color: Lime Green. HEX triplet: 26, EE and 30. RGB value is (38,238,48). Sum of RGB (Red+Green+Blue) = 38+238+48=324 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.73% from 324); Green value is 238 (93.36% from 255 or 73.46% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 238 - color contains mainly: green. Hex color #26EE30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26EE30 is #D911CF. Grayscale: #9D9D9D. Windows color (decimal): -14225872 or 3206694. OLE color: 3206694.
HSL color Cylindrical-coordinate representation of color #26EE30: hue angle of 123º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26EE30 is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 238 | 48 | - |
| CMYK | 0.84 | 0 | 0.80 | 0.07 |
| HSL | 123º | 0.85% | 0.54% | - |
| HSV(B) | 123º | 0.84% | 0.93% | - |
| XYZ | 31.91 | 61.77 | 13.04 | - |
| YUV | 156.54 | 66.74 | 43.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 238 | 48 | 0.84 | 0 | 0.80 | 0.07 | 123 | 0.85 | 0.54 |
| Hex | 26 | EE | 30 | 54 | 0 | 50 | 7 | 7B | 55 | 36 |
| Octal | 46 | 356 | 60 | 124 | 0 | 120 | 7 | 173 | 125 | 66 |
| Binary | 100110 | 11101110 | 110000 | 1010100 | 0 | 1010000 | 111 | 1111011 | 1010101 | 110110 |
Color Harmonies of #26EE30
Complementary color
Monochromatic Colors of #26EE30
Black with #26EE30
Text Example
Text Example
White with #26EE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26EE30; }
p { color: rgb(38,238,48); }
H1.HeaderClassName
{
color: #26EE30;
}
.AnyTagClassName
{
color: #26EE30;
}
</style>
background-color css
<style>
a { background-color: #26EE30; }
a { background-color: rgb(38,238,48); }
div.DivClassName
{
background-color: #26EE30;
}
.BgClassName
{
background-color: #26EE30;
}
</style>
border-color css
<style>
span { border-color: #26EE30; }
span { border-color: rgb(38,238,48); }
td.TdClassName
{
border-color: #26EE30;
}
.TagClassName
{
border-color: #26EE30;
}
</style>