Shades of Lime Green #26C037
Tints of Lime Green #26C037
RGB
CMYK
RGB Variations
Color information
#26C037 (or 0x26C037) is known color: Lime Green. HEX triplet: 26, C0 and 37. RGB value is (38,192,55). Sum of RGB (Red+Green+Blue) = 38+192+55=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 192 (75.39% from 255 or 67.37% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 192 - color contains mainly: green. Hex color #26C037 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C037 is #D93FC8. Grayscale: #828282. Windows color (decimal): -14237641 or 3653670. OLE color: 3653670.
HSL color Cylindrical-coordinate representation of color #26C037: hue angle of 126.62º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26C037 is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 192 | 55 | - |
| CMYK | 0.80 | 0 | 0.71 | 0.25 |
| HSL | 126.62º | 0.67% | 0.45% | - |
| HSV(B) | 126.62º | 0.8% | 0.75% | - |
| XYZ | 20.34 | 38.39 | 9.95 | - |
| YUV | 130.34 | 85.48 | 62.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 192 | 55 | 0.80 | 0 | 0.71 | 0.25 | 126.62 | 0.67 | 0.45 |
| Hex | 26 | C0 | 37 | 50 | 0 | 47 | 19 | 7F | 43 | 2D |
| Octal | 46 | 300 | 67 | 120 | 0 | 107 | 31 | 177 | 103 | 55 |
| Binary | 100110 | 11000000 | 110111 | 1010000 | 0 | 1000111 | 11001 | 1111111 | 1000011 | 101101 |
Color Harmonies of #26C037
Complementary color
Monochromatic Colors of #26C037
Black with #26C037
Text Example
Text Example
White with #26C037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C037; }
p { color: rgb(38,192,55); }
H1.HeaderClassName
{
color: #26C037;
}
.AnyTagClassName
{
color: #26C037;
}
</style>
background-color css
<style>
a { background-color: #26C037; }
a { background-color: rgb(38,192,55); }
div.DivClassName
{
background-color: #26C037;
}
.BgClassName
{
background-color: #26C037;
}
</style>
border-color css
<style>
span { border-color: #26C037; }
span { border-color: rgb(38,192,55); }
td.TdClassName
{
border-color: #26C037;
}
.TagClassName
{
border-color: #26C037;
}
</style>