Shades of Lime Green #26C313
Tints of Lime Green #26C313
RGB
CMYK
RGB Variations
Color information
#26C313 (or 0x26C313) is known color: Lime Green. HEX triplet: 26, C3 and 13. RGB value is (38,195,19). Sum of RGB (Red+Green+Blue) = 38+195+19=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 195 (76.56% from 255 or 77.38% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 195 - color contains mainly: green. Hex color #26C313 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26C313 is #D93CEC. Grayscale: #808080. Windows color (decimal): -14236909 or 1295142. OLE color: 1295142.
HSL color Cylindrical-coordinate representation of color #26C313: hue angle of 113.52º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #26C313 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 195 | 19 | - |
| CMYK | 0.81 | 0 | 0.90 | 0.24 |
| HSL | 113.52º | 0.82% | 0.42% | - |
| HSV(B) | 113.52º | 0.9% | 0.76% | - |
| XYZ | 20.43 | 39.49 | 7.16 | - |
| YUV | 127.99 | 66.49 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 195 | 19 | 0.81 | 0 | 0.90 | 0.24 | 113.52 | 0.82 | 0.42 |
| Hex | 26 | C3 | 13 | 51 | 0 | 5A | 18 | 72 | 52 | 2A |
| Octal | 46 | 303 | 23 | 121 | 0 | 132 | 30 | 162 | 122 | 52 |
| Binary | 100110 | 11000011 | 10011 | 1010001 | 0 | 1011010 | 11000 | 1110010 | 1010010 | 101010 |
Color Harmonies of #26C313
Complementary color
Monochromatic Colors of #26C313
Black with #26C313
Text Example
Text Example
White with #26C313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C313; }
p { color: rgb(38,195,19); }
H1.HeaderClassName
{
color: #26C313;
}
.AnyTagClassName
{
color: #26C313;
}
</style>
background-color css
<style>
a { background-color: #26C313; }
a { background-color: rgb(38,195,19); }
div.DivClassName
{
background-color: #26C313;
}
.BgClassName
{
background-color: #26C313;
}
</style>
border-color css
<style>
span { border-color: #26C313; }
span { border-color: rgb(38,195,19); }
td.TdClassName
{
border-color: #26C313;
}
.TagClassName
{
border-color: #26C313;
}
</style>