Shades of Lime Green #26DA3C
Tints of Lime Green #26DA3C
RGB
CMYK
RGB Variations
Color information
#26DA3C (or 0x26DA3C) is known color: Lime Green. HEX triplet: 26, DA and 3C. RGB value is (38,218,60). Sum of RGB (Red+Green+Blue) = 38+218+60=316 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.03% from 316); Green value is 218 (85.55% from 255 or 68.99% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 218 - color contains mainly: green. Hex color #26DA3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26DA3C is #D925C3. Grayscale: #929292. Windows color (decimal): -14230980 or 3988006. OLE color: 3988006.
HSL color Cylindrical-coordinate representation of color #26DA3C: hue angle of 127.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 #26DA3C is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 218 | 60 | - |
| CMYK | 0.83 | 0 | 0.72 | 0.15 |
| HSL | 127.33º | 0.71% | 0.5% | - |
| HSV(B) | 127.33º | 0.83% | 0.85% | - |
| XYZ | 26.69 | 50.88 | 12.69 | - |
| YUV | 146.17 | 79.37 | 50.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 218 | 60 | 0.83 | 0 | 0.72 | 0.15 | 127.33 | 0.71 | 0.5 |
| Hex | 26 | DA | 3C | 53 | 0 | 48 | F | 7F | 47 | 32 |
| Octal | 46 | 332 | 74 | 123 | 0 | 110 | 17 | 177 | 107 | 62 |
| Binary | 100110 | 11011010 | 111100 | 1010011 | 0 | 1001000 | 1111 | 1111111 | 1000111 | 110010 |
Color Harmonies of #26DA3C
Complementary color
Monochromatic Colors of #26DA3C
Black with #26DA3C
Text Example
Text Example
White with #26DA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26DA3C; }
p { color: rgb(38,218,60); }
H1.HeaderClassName
{
color: #26DA3C;
}
.AnyTagClassName
{
color: #26DA3C;
}
</style>
background-color css
<style>
a { background-color: #26DA3C; }
a { background-color: rgb(38,218,60); }
div.DivClassName
{
background-color: #26DA3C;
}
.BgClassName
{
background-color: #26DA3C;
}
</style>
border-color css
<style>
span { border-color: #26DA3C; }
span { border-color: rgb(38,218,60); }
td.TdClassName
{
border-color: #26DA3C;
}
.TagClassName
{
border-color: #26DA3C;
}
</style>