Shades of Lime Green #26F22C
Tints of Lime Green #26F22C
RGB
CMYK
RGB Variations
Color information
#26F22C (or 0x26F22C) is known color: Lime Green. HEX triplet: 26, F2 and 2C. RGB value is (38,242,44). Sum of RGB (Red+Green+Blue) = 38+242+44=324 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.73% from 324); Green value is 242 (94.92% from 255 or 74.69% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 242 - color contains mainly: green. Hex color #26F22C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26F22C is #D90DD3. Grayscale: #9F9F9F. Windows color (decimal): -14224852 or 2945574. OLE color: 2945574.
HSL color Cylindrical-coordinate representation of color #26F22C: hue angle of 121.76º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26F22C is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 38 | 242 | 44 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.05 |
| HSL | 121.76º | 0.89% | 0.55% | - |
| HSV(B) | 121.76º | 0.84% | 0.95% | - |
| XYZ | 33.01 | 64.1 | 13.02 | - |
| YUV | 158.43 | 63.41 | 42.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 242 | 44 | 0.84 | 0 | 0.82 | 0.05 | 121.76 | 0.89 | 0.55 |
| Hex | 26 | F2 | 2C | 54 | 0 | 52 | 5 | 7A | 59 | 37 |
| Octal | 46 | 362 | 54 | 124 | 0 | 122 | 5 | 172 | 131 | 67 |
| Binary | 100110 | 11110010 | 101100 | 1010100 | 0 | 1010010 | 101 | 1111010 | 1011001 | 110111 |
Color Harmonies of #26F22C
Complementary color
Monochromatic Colors of #26F22C
Black with #26F22C
Text Example
Text Example
White with #26F22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26F22C; }
p { color: rgb(38,242,44); }
H1.HeaderClassName
{
color: #26F22C;
}
.AnyTagClassName
{
color: #26F22C;
}
</style>
background-color css
<style>
a { background-color: #26F22C; }
a { background-color: rgb(38,242,44); }
div.DivClassName
{
background-color: #26F22C;
}
.BgClassName
{
background-color: #26F22C;
}
</style>
border-color css
<style>
span { border-color: #26F22C; }
span { border-color: rgb(38,242,44); }
td.TdClassName
{
border-color: #26F22C;
}
.TagClassName
{
border-color: #26F22C;
}
</style>