Shades of Lime Green #26C22E
Tints of Lime Green #26C22E
RGB
CMYK
RGB Variations
Color information
#26C22E (or 0x26C22E) is known color: Lime Green. HEX triplet: 26, C2 and 2E. RGB value is (38,194,46). Sum of RGB (Red+Green+Blue) = 38+194+46=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 194 (76.17% from 255 or 69.78% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 194 - color contains mainly: green. Hex color #26C22E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C22E is #D93DD1. Grayscale: #828282. Windows color (decimal): -14237138 or 3064358. OLE color: 3064358.
HSL color Cylindrical-coordinate representation of color #26C22E: hue angle of 123.08º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26C22E is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 194 | 46 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.24 |
| HSL | 123.08º | 0.67% | 0.45% | - |
| HSV(B) | 123.08º | 0.8% | 0.76% | - |
| XYZ | 20.58 | 39.19 | 9.06 | - |
| YUV | 130.48 | 80.32 | 62.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 194 | 46 | 0.80 | 0 | 0.76 | 0.24 | 123.08 | 0.67 | 0.45 |
| Hex | 26 | C2 | 2E | 50 | 0 | 4C | 18 | 7B | 43 | 2D |
| Octal | 46 | 302 | 56 | 120 | 0 | 114 | 30 | 173 | 103 | 55 |
| Binary | 100110 | 11000010 | 101110 | 1010000 | 0 | 1001100 | 11000 | 1111011 | 1000011 | 101101 |
Color Harmonies of #26C22E
Complementary color
Monochromatic Colors of #26C22E
Black with #26C22E
Text Example
Text Example
White with #26C22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C22E; }
p { color: rgb(38,194,46); }
H1.HeaderClassName
{
color: #26C22E;
}
.AnyTagClassName
{
color: #26C22E;
}
</style>
background-color css
<style>
a { background-color: #26C22E; }
a { background-color: rgb(38,194,46); }
div.DivClassName
{
background-color: #26C22E;
}
.BgClassName
{
background-color: #26C22E;
}
</style>
border-color css
<style>
span { border-color: #26C22E; }
span { border-color: rgb(38,194,46); }
td.TdClassName
{
border-color: #26C22E;
}
.TagClassName
{
border-color: #26C22E;
}
</style>