Shades of Lime Green #26D039
Tints of Lime Green #26D039
RGB
CMYK
RGB Variations
Color information
#26D039 (or 0x26D039) is known color: Lime Green. HEX triplet: 26, D0 and 39. RGB value is (38,208,57). Sum of RGB (Red+Green+Blue) = 38+208+57=303 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.54% from 303); Green value is 208 (81.64% from 255 or 68.65% from 303); Blue value is 57 (22.66% from 255 or 18.81% from 303); Max value from RGB is 208 - color contains mainly: green. Hex color #26D039 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D039 is #D92FC6. Grayscale: #8C8C8C. Windows color (decimal): -14233543 or 3788838. OLE color: 3788838.
HSL color Cylindrical-coordinate representation of color #26D039: hue angle of 126.71º 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 #26D039 is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 208 | 57 | - |
| CMYK | 0.82 | 0 | 0.73 | 0.18 |
| HSL | 126.71º | 0.69% | 0.48% | - |
| HSV(B) | 126.71º | 0.82% | 0.82% | - |
| XYZ | 24.09 | 45.82 | 11.45 | - |
| YUV | 139.96 | 81.18 | 55.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 208 | 57 | 0.82 | 0 | 0.73 | 0.18 | 126.71 | 0.69 | 0.48 |
| Hex | 26 | D0 | 39 | 52 | 0 | 49 | 12 | 7F | 45 | 30 |
| Octal | 46 | 320 | 71 | 122 | 0 | 111 | 22 | 177 | 105 | 60 |
| Binary | 100110 | 11010000 | 111001 | 1010010 | 0 | 1001001 | 10010 | 1111111 | 1000101 | 110000 |
Color Harmonies of #26D039
Complementary color
Monochromatic Colors of #26D039
Black with #26D039
Text Example
Text Example
White with #26D039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D039; }
p { color: rgb(38,208,57); }
H1.HeaderClassName
{
color: #26D039;
}
.AnyTagClassName
{
color: #26D039;
}
</style>
background-color css
<style>
a { background-color: #26D039; }
a { background-color: rgb(38,208,57); }
div.DivClassName
{
background-color: #26D039;
}
.BgClassName
{
background-color: #26D039;
}
</style>
border-color css
<style>
span { border-color: #26D039; }
span { border-color: rgb(38,208,57); }
td.TdClassName
{
border-color: #26D039;
}
.TagClassName
{
border-color: #26D039;
}
</style>