Shades of Lime Green #26DA20
Tints of Lime Green #26DA20
RGB
CMYK
RGB Variations
Color information
#26DA20 (or 0x26DA20) is known color: Lime Green. HEX triplet: 26, DA and 20. RGB value is (38,218,32). Sum of RGB (Red+Green+Blue) = 38+218+32=288 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.19% from 288); Green value is 218 (85.55% from 255 or 75.69% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 218 - color contains mainly: green. Hex color #26DA20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26DA20 is #D925DF. Grayscale: #8F8F8F. Windows color (decimal): -14231008 or 2152998. OLE color: 2152998.
HSL color Cylindrical-coordinate representation of color #26DA20: hue angle of 118.06º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26DA20 is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 218 | 32 | - |
| CMYK | 0.83 | 0 | 0.85 | 0.15 |
| HSL | 118.06º | 0.74% | 0.49% | - |
| HSV(B) | 118.06º | 0.85% | 0.85% | - |
| XYZ | 26.13 | 50.66 | 9.77 | - |
| YUV | 142.98 | 65.37 | 53.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 218 | 32 | 0.83 | 0 | 0.85 | 0.15 | 118.06 | 0.74 | 0.49 |
| Hex | 26 | DA | 20 | 53 | 0 | 55 | F | 76 | 4A | 31 |
| Octal | 46 | 332 | 40 | 123 | 0 | 125 | 17 | 166 | 112 | 61 |
| Binary | 100110 | 11011010 | 100000 | 1010011 | 0 | 1010101 | 1111 | 1110110 | 1001010 | 110001 |
Color Harmonies of #26DA20
Complementary color
Monochromatic Colors of #26DA20
Black with #26DA20
Text Example
Text Example
White with #26DA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DA20; }
p { color: rgb(38,218,32); }
H1.HeaderClassName
{
color: #26DA20;
}
.AnyTagClassName
{
color: #26DA20;
}
</style>
background-color css
<style>
a { background-color: #26DA20; }
a { background-color: rgb(38,218,32); }
div.DivClassName
{
background-color: #26DA20;
}
.BgClassName
{
background-color: #26DA20;
}
</style>
border-color css
<style>
span { border-color: #26DA20; }
span { border-color: rgb(38,218,32); }
td.TdClassName
{
border-color: #26DA20;
}
.TagClassName
{
border-color: #26DA20;
}
</style>