Shades of Lime Green #26CA37
Tints of Lime Green #26CA37
RGB
CMYK
RGB Variations
Color information
#26CA37 (or 0x26CA37) is known color: Lime Green. HEX triplet: 26, CA and 37. RGB value is (38,202,55). Sum of RGB (Red+Green+Blue) = 38+202+55=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 202 (79.30% from 255 or 68.47% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 202 - color contains mainly: green. Hex color #26CA37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CA37 is #D935C8. Grayscale: #888888. Windows color (decimal): -14235081 or 3656230. OLE color: 3656230.
HSL color Cylindrical-coordinate representation of color #26CA37: hue angle of 126.22º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26CA37 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 202 | 55 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.21 |
| HSL | 126.22º | 0.68% | 0.47% | - |
| HSV(B) | 126.22º | 0.81% | 0.79% | - |
| XYZ | 22.61 | 42.93 | 10.71 | - |
| YUV | 136.21 | 82.17 | 57.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 202 | 55 | 0.81 | 0 | 0.73 | 0.21 | 126.22 | 0.68 | 0.47 |
| Hex | 26 | CA | 37 | 51 | 0 | 49 | 15 | 7E | 44 | 2F |
| Octal | 46 | 312 | 67 | 121 | 0 | 111 | 25 | 176 | 104 | 57 |
| Binary | 100110 | 11001010 | 110111 | 1010001 | 0 | 1001001 | 10101 | 1111110 | 1000100 | 101111 |
Color Harmonies of #26CA37
Complementary color
Monochromatic Colors of #26CA37
Black with #26CA37
Text Example
Text Example
White with #26CA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CA37; }
p { color: rgb(38,202,55); }
H1.HeaderClassName
{
color: #26CA37;
}
.AnyTagClassName
{
color: #26CA37;
}
</style>
background-color css
<style>
a { background-color: #26CA37; }
a { background-color: rgb(38,202,55); }
div.DivClassName
{
background-color: #26CA37;
}
.BgClassName
{
background-color: #26CA37;
}
</style>
border-color css
<style>
span { border-color: #26CA37; }
span { border-color: rgb(38,202,55); }
td.TdClassName
{
border-color: #26CA37;
}
.TagClassName
{
border-color: #26CA37;
}
</style>