Shades of Lime Green #26E628
Tints of Lime Green #26E628
RGB
CMYK
RGB Variations
Color information
#26E628 (or 0x26E628) is known color: Lime Green. HEX triplet: 26, E6 and 28. RGB value is (38,230,40). Sum of RGB (Red+Green+Blue) = 38+230+40=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 230 (90.23% from 255 or 74.68% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 230 - color contains mainly: green. Hex color #26E628 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26E628 is #D919D7. Grayscale: #979797. Windows color (decimal): -14227928 or 2680358. OLE color: 2680358.
HSL color Cylindrical-coordinate representation of color #26E628: hue angle of 120.63º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26E628 is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 38 | 230 | 40 | - |
| CMYK | 0.83 | 0 | 0.83 | 0.10 |
| HSL | 120.63º | 0.79% | 0.53% | - |
| HSV(B) | 120.63º | 0.83% | 0.9% | - |
| XYZ | 29.48 | 57.16 | 11.49 | - |
| YUV | 150.93 | 65.39 | 47.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 230 | 40 | 0.83 | 0 | 0.83 | 0.10 | 120.63 | 0.79 | 0.53 |
| Hex | 26 | E6 | 28 | 53 | 0 | 53 | A | 79 | 4F | 35 |
| Octal | 46 | 346 | 50 | 123 | 0 | 123 | 12 | 171 | 117 | 65 |
| Binary | 100110 | 11100110 | 101000 | 1010011 | 0 | 1010011 | 1010 | 1111001 | 1001111 | 110101 |
Color Harmonies of #26E628
Complementary color
Monochromatic Colors of #26E628
Black with #26E628
Text Example
Text Example
White with #26E628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26E628; }
p { color: rgb(38,230,40); }
H1.HeaderClassName
{
color: #26E628;
}
.AnyTagClassName
{
color: #26E628;
}
</style>
background-color css
<style>
a { background-color: #26E628; }
a { background-color: rgb(38,230,40); }
div.DivClassName
{
background-color: #26E628;
}
.BgClassName
{
background-color: #26E628;
}
</style>
border-color css
<style>
span { border-color: #26E628; }
span { border-color: rgb(38,230,40); }
td.TdClassName
{
border-color: #26E628;
}
.TagClassName
{
border-color: #26E628;
}
</style>