Shades of Lime Green #26DE40
Tints of Lime Green #26DE40
RGB
CMYK
RGB Variations
Color information
#26DE40 (or 0x26DE40) is known color: Lime Green. HEX triplet: 26, DE and 40. RGB value is (38,222,64). Sum of RGB (Red+Green+Blue) = 38+222+64=324 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.73% from 324); Green value is 222 (87.11% from 255 or 68.52% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 222 - color contains mainly: green. Hex color #26DE40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26DE40 is #D921BF. Grayscale: #959595. Windows color (decimal): -14229952 or 4251174. OLE color: 4251174.
HSL color Cylindrical-coordinate representation of color #26DE40: hue angle of 128.48º 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 #26DE40 is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 222 | 64 | - |
| CMYK | 0.83 | 0 | 0.71 | 0.13 |
| HSL | 128.48º | 0.74% | 0.51% | - |
| HSV(B) | 128.48º | 0.83% | 0.87% | - |
| XYZ | 27.85 | 53.02 | 13.62 | - |
| YUV | 148.97 | 80.04 | 48.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 222 | 64 | 0.83 | 0 | 0.71 | 0.13 | 128.48 | 0.74 | 0.51 |
| Hex | 26 | DE | 40 | 53 | 0 | 47 | D | 80 | 4A | 33 |
| Octal | 46 | 336 | 100 | 123 | 0 | 107 | 15 | 200 | 112 | 63 |
| Binary | 100110 | 11011110 | 1000000 | 1010011 | 0 | 1000111 | 1101 | 10000000 | 1001010 | 110011 |
Color Harmonies of #26DE40
Complementary color
Monochromatic Colors of #26DE40
Black with #26DE40
Text Example
Text Example
White with #26DE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DE40; }
p { color: rgb(38,222,64); }
H1.HeaderClassName
{
color: #26DE40;
}
.AnyTagClassName
{
color: #26DE40;
}
</style>
background-color css
<style>
a { background-color: #26DE40; }
a { background-color: rgb(38,222,64); }
div.DivClassName
{
background-color: #26DE40;
}
.BgClassName
{
background-color: #26DE40;
}
</style>
border-color css
<style>
span { border-color: #26DE40; }
span { border-color: rgb(38,222,64); }
td.TdClassName
{
border-color: #26DE40;
}
.TagClassName
{
border-color: #26DE40;
}
</style>