Shades of Lime Green #26CA28
Tints of Lime Green #26CA28
RGB
CMYK
RGB Variations
Color information
#26CA28 (or 0x26CA28) is known color: Lime Green. HEX triplet: 26, CA and 28. RGB value is (38,202,40). Sum of RGB (Red+Green+Blue) = 38+202+40=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 202 (79.30% from 255 or 72.14% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 202 - color contains mainly: green. Hex color #26CA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CA28 is #D935D7. Grayscale: #868686. Windows color (decimal): -14235096 or 2673190. OLE color: 2673190.
HSL color Cylindrical-coordinate representation of color #26CA28: hue angle of 120.73º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26CA28 is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 202 | 40 | - |
| CMYK | 0.81 | 0 | 0.80 | 0.21 |
| HSL | 120.73º | 0.68% | 0.47% | - |
| HSV(B) | 120.73º | 0.81% | 0.79% | - |
| XYZ | 22.3 | 42.81 | 9.09 | - |
| YUV | 134.5 | 74.67 | 59.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 202 | 40 | 0.81 | 0 | 0.80 | 0.21 | 120.73 | 0.68 | 0.47 |
| Hex | 26 | CA | 28 | 51 | 0 | 50 | 15 | 79 | 44 | 2F |
| Octal | 46 | 312 | 50 | 121 | 0 | 120 | 25 | 171 | 104 | 57 |
| Binary | 100110 | 11001010 | 101000 | 1010001 | 0 | 1010000 | 10101 | 1111001 | 1000100 | 101111 |
Color Harmonies of #26CA28
Complementary color
Monochromatic Colors of #26CA28
Black with #26CA28
Text Example
Text Example
White with #26CA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CA28; }
p { color: rgb(38,202,40); }
H1.HeaderClassName
{
color: #26CA28;
}
.AnyTagClassName
{
color: #26CA28;
}
</style>
background-color css
<style>
a { background-color: #26CA28; }
a { background-color: rgb(38,202,40); }
div.DivClassName
{
background-color: #26CA28;
}
.BgClassName
{
background-color: #26CA28;
}
</style>
border-color css
<style>
span { border-color: #26CA28; }
span { border-color: rgb(38,202,40); }
td.TdClassName
{
border-color: #26CA28;
}
.TagClassName
{
border-color: #26CA28;
}
</style>