Shades of Lime Green #26CE13
Tints of Lime Green #26CE13
RGB
CMYK
RGB Variations
Color information
#26CE13 (or 0x26CE13) is known color: Lime Green. HEX triplet: 26, CE and 13. RGB value is (38,206,19). Sum of RGB (Red+Green+Blue) = 38+206+19=263 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.45% from 263); Green value is 206 (80.86% from 255 or 78.33% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 206 - color contains mainly: green. Hex color #26CE13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26CE13 is #D931EC. Grayscale: #878787. Windows color (decimal): -14234093 or 1297958. OLE color: 1297958.
HSL color Cylindrical-coordinate representation of color #26CE13: hue angle of 113.9º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #26CE13 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 206 | 19 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.19 |
| HSL | 113.9º | 0.83% | 0.44% | - |
| HSV(B) | 113.9º | 0.91% | 0.81% | - |
| XYZ | 22.99 | 44.6 | 8.01 | - |
| YUV | 134.45 | 62.84 | 59.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 206 | 19 | 0.82 | 0 | 0.91 | 0.19 | 113.9 | 0.83 | 0.44 |
| Hex | 26 | CE | 13 | 52 | 0 | 5B | 13 | 72 | 53 | 2C |
| Octal | 46 | 316 | 23 | 122 | 0 | 133 | 23 | 162 | 123 | 54 |
| Binary | 100110 | 11001110 | 10011 | 1010010 | 0 | 1011011 | 10011 | 1110010 | 1010011 | 101100 |
Color Harmonies of #26CE13
Complementary color
Monochromatic Colors of #26CE13
Black with #26CE13
Text Example
Text Example
White with #26CE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CE13; }
p { color: rgb(38,206,19); }
H1.HeaderClassName
{
color: #26CE13;
}
.AnyTagClassName
{
color: #26CE13;
}
</style>
background-color css
<style>
a { background-color: #26CE13; }
a { background-color: rgb(38,206,19); }
div.DivClassName
{
background-color: #26CE13;
}
.BgClassName
{
background-color: #26CE13;
}
</style>
border-color css
<style>
span { border-color: #26CE13; }
span { border-color: rgb(38,206,19); }
td.TdClassName
{
border-color: #26CE13;
}
.TagClassName
{
border-color: #26CE13;
}
</style>