Shades of Lime Green #26D02A
Tints of Lime Green #26D02A
RGB
CMYK
RGB Variations
Color information
#26D02A (or 0x26D02A) is known color: Lime Green. HEX triplet: 26, D0 and 2A. RGB value is (38,208,42). Sum of RGB (Red+Green+Blue) = 38+208+42=288 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.19% from 288); Green value is 208 (81.64% from 255 or 72.22% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 208 - color contains mainly: green. Hex color #26D02A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D02A is #D92FD5. Grayscale: #8A8A8A. Windows color (decimal): -14233558 or 2805798. OLE color: 2805798.
HSL color Cylindrical-coordinate representation of color #26D02A: hue angle of 121.41º 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 #26D02A is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 208 | 42 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.18 |
| HSL | 121.41º | 0.69% | 0.48% | - |
| HSV(B) | 121.41º | 0.82% | 0.82% | - |
| XYZ | 23.77 | 45.69 | 9.76 | - |
| YUV | 138.25 | 73.68 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 208 | 42 | 0.82 | 0 | 0.80 | 0.18 | 121.41 | 0.69 | 0.48 |
| Hex | 26 | D0 | 2A | 52 | 0 | 50 | 12 | 79 | 45 | 30 |
| Octal | 46 | 320 | 52 | 122 | 0 | 120 | 22 | 171 | 105 | 60 |
| Binary | 100110 | 11010000 | 101010 | 1010010 | 0 | 1010000 | 10010 | 1111001 | 1000101 | 110000 |
Color Harmonies of #26D02A
Complementary color
Monochromatic Colors of #26D02A
Black with #26D02A
Text Example
Text Example
White with #26D02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D02A; }
p { color: rgb(38,208,42); }
H1.HeaderClassName
{
color: #26D02A;
}
.AnyTagClassName
{
color: #26D02A;
}
</style>
background-color css
<style>
a { background-color: #26D02A; }
a { background-color: rgb(38,208,42); }
div.DivClassName
{
background-color: #26D02A;
}
.BgClassName
{
background-color: #26D02A;
}
</style>
border-color css
<style>
span { border-color: #26D02A; }
span { border-color: rgb(38,208,42); }
td.TdClassName
{
border-color: #26D02A;
}
.TagClassName
{
border-color: #26D02A;
}
</style>