Shades of Lime Green #26DA2D
Tints of Lime Green #26DA2D
RGB
CMYK
RGB Variations
Color information
#26DA2D (or 0x26DA2D) is known color: Lime Green. HEX triplet: 26, DA and 2D. RGB value is (38,218,45). Sum of RGB (Red+Green+Blue) = 38+218+45=301 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.62% from 301); Green value is 218 (85.55% from 255 or 72.43% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 218 - color contains mainly: green. Hex color #26DA2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26DA2D is #D925D2. Grayscale: #909090. Windows color (decimal): -14230995 or 3004966. OLE color: 3004966.
HSL color Cylindrical-coordinate representation of color #26DA2D: hue angle of 122.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26DA2D is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 218 | 45 | - |
| CMYK | 0.83 | 0 | 0.79 | 0.15 |
| HSL | 122.33º | 0.71% | 0.5% | - |
| HSV(B) | 122.33º | 0.83% | 0.85% | - |
| XYZ | 26.34 | 50.74 | 10.89 | - |
| YUV | 144.46 | 71.87 | 52.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 218 | 45 | 0.83 | 0 | 0.79 | 0.15 | 122.33 | 0.71 | 0.5 |
| Hex | 26 | DA | 2D | 53 | 0 | 4F | F | 7A | 47 | 32 |
| Octal | 46 | 332 | 55 | 123 | 0 | 117 | 17 | 172 | 107 | 62 |
| Binary | 100110 | 11011010 | 101101 | 1010011 | 0 | 1001111 | 1111 | 1111010 | 1000111 | 110010 |
Color Harmonies of #26DA2D
Complementary color
Monochromatic Colors of #26DA2D
Black with #26DA2D
Text Example
Text Example
White with #26DA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DA2D; }
p { color: rgb(38,218,45); }
H1.HeaderClassName
{
color: #26DA2D;
}
.AnyTagClassName
{
color: #26DA2D;
}
</style>
background-color css
<style>
a { background-color: #26DA2D; }
a { background-color: rgb(38,218,45); }
div.DivClassName
{
background-color: #26DA2D;
}
.BgClassName
{
background-color: #26DA2D;
}
</style>
border-color css
<style>
span { border-color: #26DA2D; }
span { border-color: rgb(38,218,45); }
td.TdClassName
{
border-color: #26DA2D;
}
.TagClassName
{
border-color: #26DA2D;
}
</style>