Shades of Lime Green #26D22A
Tints of Lime Green #26D22A
RGB
CMYK
RGB Variations
Color information
#26D22A (or 0x26D22A) is known color: Lime Green. HEX triplet: 26, D2 and 2A. RGB value is (38,210,42). Sum of RGB (Red+Green+Blue) = 38+210+42=290 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.10% from 290); Green value is 210 (82.42% from 255 or 72.41% from 290); Blue value is 42 (16.80% from 255 or 14.48% from 290); Max value from RGB is 210 - color contains mainly: green. Hex color #26D22A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D22A is #D92DD5. Grayscale: #8B8B8B. Windows color (decimal): -14233046 or 2806310. OLE color: 2806310.
HSL color Cylindrical-coordinate representation of color #26D22A: hue angle of 121.4º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D22A is Cyan = 0.82, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 210 | 42 | - |
| CMYK | 0.82 | 0 | 0.8 | 0.18 |
| HSL | 121.4º | 0.69% | 0.49% | - |
| HSV(B) | 121.4º | 0.82% | 0.82% | - |
| XYZ | 24.26 | 46.67 | 9.92 | - |
| YUV | 139.42 | 73.02 | 55.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 210 | 42 | 0.82 | 0 | 0.8 | 0.18 | 121.4 | 0.69 | 0.49 |
| Hex | 26 | D2 | 2A | 52 | 0 | 50 | 12 | 79 | 45 | 31 |
| Octal | 46 | 322 | 52 | 122 | 0 | 120 | 22 | 171 | 105 | 61 |
| Binary | 100110 | 11010010 | 101010 | 1010010 | 0 | 1010000 | 10010 | 1111001 | 1000101 | 110001 |
Color Harmonies of #26D22A
Complementary color
Monochromatic Colors of #26D22A
Black with #26D22A
Text Example
Text Example
White with #26D22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D22A; }
p { color: rgb(38,210,42); }
H1.HeaderClassName
{
color: #26D22A;
}
.AnyTagClassName
{
color: #26D22A;
}
</style>
background-color css
<style>
a { background-color: #26D22A; }
a { background-color: rgb(38,210,42); }
div.DivClassName
{
background-color: #26D22A;
}
.BgClassName
{
background-color: #26D22A;
}
</style>
border-color css
<style>
span { border-color: #26D22A; }
span { border-color: rgb(38,210,42); }
td.TdClassName
{
border-color: #26D22A;
}
.TagClassName
{
border-color: #26D22A;
}
</style>