Shades of Lime Green #26C336
Tints of Lime Green #26C336
RGB
CMYK
RGB Variations
Color information
#26C336 (or 0x26C336) is known color: Lime Green. HEX triplet: 26, C3 and 36. RGB value is (38,195,54). Sum of RGB (Red+Green+Blue) = 38+195+54=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 195 (76.56% from 255 or 67.94% from 287); Blue value is 54 (21.48% from 255 or 18.82% from 287); Max value from RGB is 195 - color contains mainly: green. Hex color #26C336 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C336 is #D93CC9. Grayscale: #848484. Windows color (decimal): -14236874 or 3588902. OLE color: 3588902.
HSL color Cylindrical-coordinate representation of color #26C336: hue angle of 126.11º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C336 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 195 | 54 | - |
| CMYK | 0.81 | 0 | 0.72 | 0.24 |
| HSL | 126.11º | 0.67% | 0.46% | - |
| HSV(B) | 126.11º | 0.81% | 0.76% | - |
| XYZ | 20.98 | 39.71 | 10.05 | - |
| YUV | 131.98 | 83.99 | 60.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 195 | 54 | 0.81 | 0 | 0.72 | 0.24 | 126.11 | 0.67 | 0.46 |
| Hex | 26 | C3 | 36 | 51 | 0 | 48 | 18 | 7E | 43 | 2E |
| Octal | 46 | 303 | 66 | 121 | 0 | 110 | 30 | 176 | 103 | 56 |
| Binary | 100110 | 11000011 | 110110 | 1010001 | 0 | 1001000 | 11000 | 1111110 | 1000011 | 101110 |
Color Harmonies of #26C336
Complementary color
Monochromatic Colors of #26C336
Black with #26C336
Text Example
Text Example
White with #26C336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C336; }
p { color: rgb(38,195,54); }
H1.HeaderClassName
{
color: #26C336;
}
.AnyTagClassName
{
color: #26C336;
}
</style>
background-color css
<style>
a { background-color: #26C336; }
a { background-color: rgb(38,195,54); }
div.DivClassName
{
background-color: #26C336;
}
.BgClassName
{
background-color: #26C336;
}
</style>
border-color css
<style>
span { border-color: #26C336; }
span { border-color: rgb(38,195,54); }
td.TdClassName
{
border-color: #26C336;
}
.TagClassName
{
border-color: #26C336;
}
</style>