Shades of Lime Green #26CE28
Tints of Lime Green #26CE28
RGB
CMYK
RGB Variations
Color information
#26CE28 (or 0x26CE28) is known color: Lime Green. HEX triplet: 26, CE and 28. RGB value is (38,206,40). Sum of RGB (Red+Green+Blue) = 38+206+40=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 206 (80.86% from 255 or 72.54% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 206 - color contains mainly: green. Hex color #26CE28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CE28 is #D931D7. Grayscale: #898989. Windows color (decimal): -14234072 or 2674214. OLE color: 2674214.
HSL color Cylindrical-coordinate representation of color #26CE28: hue angle of 120.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 #26CE28 is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 206 | 40 | - |
| CMYK | 0.82 | 0 | 0.81 | 0.19 |
| HSL | 120.71º | 0.69% | 0.48% | - |
| HSV(B) | 120.71º | 0.82% | 0.81% | - |
| XYZ | 23.25 | 44.71 | 9.41 | - |
| YUV | 136.84 | 73.34 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 206 | 40 | 0.82 | 0 | 0.81 | 0.19 | 120.71 | 0.69 | 0.48 |
| Hex | 26 | CE | 28 | 52 | 0 | 51 | 13 | 79 | 45 | 30 |
| Octal | 46 | 316 | 50 | 122 | 0 | 121 | 23 | 171 | 105 | 60 |
| Binary | 100110 | 11001110 | 101000 | 1010010 | 0 | 1010001 | 10011 | 1111001 | 1000101 | 110000 |
Color Harmonies of #26CE28
Complementary color
Monochromatic Colors of #26CE28
Black with #26CE28
Text Example
Text Example
White with #26CE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CE28; }
p { color: rgb(38,206,40); }
H1.HeaderClassName
{
color: #26CE28;
}
.AnyTagClassName
{
color: #26CE28;
}
</style>
background-color css
<style>
a { background-color: #26CE28; }
a { background-color: rgb(38,206,40); }
div.DivClassName
{
background-color: #26CE28;
}
.BgClassName
{
background-color: #26CE28;
}
</style>
border-color css
<style>
span { border-color: #26CE28; }
span { border-color: rgb(38,206,40); }
td.TdClassName
{
border-color: #26CE28;
}
.TagClassName
{
border-color: #26CE28;
}
</style>