Shades of Lime Green #26D127
Tints of Lime Green #26D127
RGB
CMYK
RGB Variations
Color information
#26D127 (or 0x26D127) is known color: Lime Green. HEX triplet: 26, D1 and 27. RGB value is (38,209,39). Sum of RGB (Red+Green+Blue) = 38+209+39=286 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.29% from 286); Green value is 209 (82.03% from 255 or 73.08% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 209 - color contains mainly: green. Hex color #26D127 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D127 is #D92ED8. Grayscale: #8A8A8A. Windows color (decimal): -14233305 or 2609446. OLE color: 2609446.
HSL color Cylindrical-coordinate representation of color #26D127: hue angle of 120.35º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D127 is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 209 | 39 | - |
| CMYK | 0.82 | 0 | 0.81 | 0.18 |
| HSL | 120.35º | 0.69% | 0.48% | - |
| HSV(B) | 120.35º | 0.82% | 0.82% | - |
| XYZ | 23.97 | 46.16 | 9.57 | - |
| YUV | 138.49 | 71.85 | 56.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 209 | 39 | 0.82 | 0 | 0.81 | 0.18 | 120.35 | 0.69 | 0.48 |
| Hex | 26 | D1 | 27 | 52 | 0 | 51 | 12 | 78 | 45 | 30 |
| Octal | 46 | 321 | 47 | 122 | 0 | 121 | 22 | 170 | 105 | 60 |
| Binary | 100110 | 11010001 | 100111 | 1010010 | 0 | 1010001 | 10010 | 1111000 | 1000101 | 110000 |
Color Harmonies of #26D127
Complementary color
Monochromatic Colors of #26D127
Black with #26D127
Text Example
Text Example
White with #26D127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D127; }
p { color: rgb(38,209,39); }
H1.HeaderClassName
{
color: #26D127;
}
.AnyTagClassName
{
color: #26D127;
}
</style>
background-color css
<style>
a { background-color: #26D127; }
a { background-color: rgb(38,209,39); }
div.DivClassName
{
background-color: #26D127;
}
.BgClassName
{
background-color: #26D127;
}
</style>
border-color css
<style>
span { border-color: #26D127; }
span { border-color: rgb(38,209,39); }
td.TdClassName
{
border-color: #26D127;
}
.TagClassName
{
border-color: #26D127;
}
</style>