Shades of Lime Green #26CE3B
Tints of Lime Green #26CE3B
RGB
CMYK
RGB Variations
Color information
#26CE3B (or 0x26CE3B) is known color: Lime Green. HEX triplet: 26, CE and 3B. RGB value is (38,206,59). Sum of RGB (Red+Green+Blue) = 38+206+59=303 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.54% from 303); Green value is 206 (80.86% from 255 or 67.99% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 206 - color contains mainly: green. Hex color #26CE3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CE3B is #D931C4. Grayscale: #8B8B8B. Windows color (decimal): -14234053 or 3919398. OLE color: 3919398.
HSL color Cylindrical-coordinate representation of color #26CE3B: hue angle of 127.5º 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 #26CE3B is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 206 | 59 | - |
| CMYK | 0.82 | 0 | 0.71 | 0.19 |
| HSL | 127.5º | 0.69% | 0.48% | - |
| HSV(B) | 127.5º | 0.82% | 0.81% | - |
| XYZ | 23.66 | 44.87 | 11.55 | - |
| YUV | 139.01 | 82.84 | 55.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 206 | 59 | 0.82 | 0 | 0.71 | 0.19 | 127.5 | 0.69 | 0.48 |
| Hex | 26 | CE | 3B | 52 | 0 | 47 | 13 | 80 | 45 | 30 |
| Octal | 46 | 316 | 73 | 122 | 0 | 107 | 23 | 200 | 105 | 60 |
| Binary | 100110 | 11001110 | 111011 | 1010010 | 0 | 1000111 | 10011 | 10000000 | 1000101 | 110000 |
Color Harmonies of #26CE3B
Complementary color
Monochromatic Colors of #26CE3B
Black with #26CE3B
Text Example
Text Example
White with #26CE3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CE3B; }
p { color: rgb(38,206,59); }
H1.HeaderClassName
{
color: #26CE3B;
}
.AnyTagClassName
{
color: #26CE3B;
}
</style>
background-color css
<style>
a { background-color: #26CE3B; }
a { background-color: rgb(38,206,59); }
div.DivClassName
{
background-color: #26CE3B;
}
.BgClassName
{
background-color: #26CE3B;
}
</style>
border-color css
<style>
span { border-color: #26CE3B; }
span { border-color: rgb(38,206,59); }
td.TdClassName
{
border-color: #26CE3B;
}
.TagClassName
{
border-color: #26CE3B;
}
</style>