Shades of Lime Green #26DE41
Tints of Lime Green #26DE41
RGB
CMYK
RGB Variations
Color information
#26DE41 (or 0x26DE41) is known color: Lime Green. HEX triplet: 26, DE and 41. RGB value is (38,222,65). Sum of RGB (Red+Green+Blue) = 38+222+65=325 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.69% from 325); Green value is 222 (87.11% from 255 or 68.31% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 222 - color contains mainly: green. Hex color #26DE41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26DE41 is #D921BE. Grayscale: #959595. Windows color (decimal): -14229951 or 4316710. OLE color: 4316710.
HSL color Cylindrical-coordinate representation of color #26DE41: hue angle of 128.8º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26DE41 is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 222 | 65 | - |
| CMYK | 0.83 | 0 | 0.71 | 0.13 |
| HSL | 128.8º | 0.74% | 0.51% | - |
| HSV(B) | 128.8º | 0.83% | 0.87% | - |
| XYZ | 27.87 | 53.04 | 13.77 | - |
| YUV | 149.09 | 80.54 | 48.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 222 | 65 | 0.83 | 0 | 0.71 | 0.13 | 128.8 | 0.74 | 0.51 |
| Hex | 26 | DE | 41 | 53 | 0 | 47 | D | 81 | 4A | 33 |
| Octal | 46 | 336 | 101 | 123 | 0 | 107 | 15 | 201 | 112 | 63 |
| Binary | 100110 | 11011110 | 1000001 | 1010011 | 0 | 1000111 | 1101 | 10000001 | 1001010 | 110011 |
Color Harmonies of #26DE41
Complementary color
Monochromatic Colors of #26DE41
Black with #26DE41
Text Example
Text Example
White with #26DE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DE41; }
p { color: rgb(38,222,65); }
H1.HeaderClassName
{
color: #26DE41;
}
.AnyTagClassName
{
color: #26DE41;
}
</style>
background-color css
<style>
a { background-color: #26DE41; }
a { background-color: rgb(38,222,65); }
div.DivClassName
{
background-color: #26DE41;
}
.BgClassName
{
background-color: #26DE41;
}
</style>
border-color css
<style>
span { border-color: #26DE41; }
span { border-color: rgb(38,222,65); }
td.TdClassName
{
border-color: #26DE41;
}
.TagClassName
{
border-color: #26DE41;
}
</style>