Shades of Lime Green #26CE36
Tints of Lime Green #26CE36
RGB
CMYK
RGB Variations
Color information
#26CE36 (or 0x26CE36) is known color: Lime Green. HEX triplet: 26, CE and 36. RGB value is (38,206,54). Sum of RGB (Red+Green+Blue) = 38+206+54=298 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.75% from 298); Green value is 206 (80.86% from 255 or 69.13% from 298); Blue value is 54 (21.48% from 255 or 18.12% from 298); Max value from RGB is 206 - color contains mainly: green. Hex color #26CE36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CE36 is #D931C9. Grayscale: #8A8A8A. Windows color (decimal): -14234058 or 3591718. OLE color: 3591718.
HSL color Cylindrical-coordinate representation of color #26CE36: hue angle of 125.71º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26CE36 is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 206 | 54 | - |
| CMYK | 0.82 | 0 | 0.74 | 0.19 |
| HSL | 125.71º | 0.69% | 0.48% | - |
| HSV(B) | 125.71º | 0.82% | 0.81% | - |
| XYZ | 23.54 | 44.82 | 10.9 | - |
| YUV | 138.44 | 80.34 | 56.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 206 | 54 | 0.82 | 0 | 0.74 | 0.19 | 125.71 | 0.69 | 0.48 |
| Hex | 26 | CE | 36 | 52 | 0 | 4A | 13 | 7E | 45 | 30 |
| Octal | 46 | 316 | 66 | 122 | 0 | 112 | 23 | 176 | 105 | 60 |
| Binary | 100110 | 11001110 | 110110 | 1010010 | 0 | 1001010 | 10011 | 1111110 | 1000101 | 110000 |
Color Harmonies of #26CE36
Complementary color
Monochromatic Colors of #26CE36
Black with #26CE36
Text Example
Text Example
White with #26CE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CE36; }
p { color: rgb(38,206,54); }
H1.HeaderClassName
{
color: #26CE36;
}
.AnyTagClassName
{
color: #26CE36;
}
</style>
background-color css
<style>
a { background-color: #26CE36; }
a { background-color: rgb(38,206,54); }
div.DivClassName
{
background-color: #26CE36;
}
.BgClassName
{
background-color: #26CE36;
}
</style>
border-color css
<style>
span { border-color: #26CE36; }
span { border-color: rgb(38,206,54); }
td.TdClassName
{
border-color: #26CE36;
}
.TagClassName
{
border-color: #26CE36;
}
</style>