Shades of Lime Green #26C736
Tints of Lime Green #26C736
RGB
CMYK
RGB Variations
Color information
#26C736 (or 0x26C736) is known color: Lime Green. HEX triplet: 26, C7 and 36. RGB value is (38,199,54). Sum of RGB (Red+Green+Blue) = 38+199+54=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 199 (78.12% from 255 or 68.38% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 199 - color contains mainly: green. Hex color #26C736 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C736 is #D938C9. Grayscale: #868686. Windows color (decimal): -14235850 or 3589926. OLE color: 3589926.
HSL color Cylindrical-coordinate representation of color #26C736: hue angle of 125.96º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C736 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 38 | 199 | 54 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.22 |
| HSL | 125.96º | 0.68% | 0.46% | - |
| HSV(B) | 125.96º | 0.81% | 0.78% | - |
| XYZ | 21.89 | 41.53 | 10.35 | - |
| YUV | 134.33 | 82.66 | 59.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 199 | 54 | 0.81 | 0 | 0.73 | 0.22 | 125.96 | 0.68 | 0.46 |
| Hex | 26 | C7 | 36 | 51 | 0 | 49 | 16 | 7E | 44 | 2E |
| Octal | 46 | 307 | 66 | 121 | 0 | 111 | 26 | 176 | 104 | 56 |
| Binary | 100110 | 11000111 | 110110 | 1010001 | 0 | 1001001 | 10110 | 1111110 | 1000100 | 101110 |
Color Harmonies of #26C736
Complementary color
Monochromatic Colors of #26C736
Black with #26C736
Text Example
Text Example
White with #26C736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C736; }
p { color: rgb(38,199,54); }
H1.HeaderClassName
{
color: #26C736;
}
.AnyTagClassName
{
color: #26C736;
}
</style>
background-color css
<style>
a { background-color: #26C736; }
a { background-color: rgb(38,199,54); }
div.DivClassName
{
background-color: #26C736;
}
.BgClassName
{
background-color: #26C736;
}
</style>
border-color css
<style>
span { border-color: #26C736; }
span { border-color: rgb(38,199,54); }
td.TdClassName
{
border-color: #26C736;
}
.TagClassName
{
border-color: #26C736;
}
</style>