Shades of Lime Green #26CB22
Tints of Lime Green #26CB22
RGB
CMYK
RGB Variations
Color information
#26CB22 (or 0x26CB22) is known color: Lime Green. HEX triplet: 26, CB and 22. RGB value is (38,203,34). Sum of RGB (Red+Green+Blue) = 38+203+34=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 203 (79.69% from 255 or 73.82% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 203 - color contains mainly: green. Hex color #26CB22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CB22 is #D934DD. Grayscale: #868686. Windows color (decimal): -14234846 or 2280230. OLE color: 2280230.
HSL color Cylindrical-coordinate representation of color #26CB22: hue angle of 118.58º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26CB22 is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 203 | 34 | - |
| CMYK | 0.81 | 0 | 0.83 | 0.20 |
| HSL | 118.58º | 0.71% | 0.46% | - |
| HSV(B) | 118.58º | 0.83% | 0.8% | - |
| XYZ | 22.44 | 43.24 | 8.68 | - |
| YUV | 134.4 | 71.34 | 59.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 203 | 34 | 0.81 | 0 | 0.83 | 0.20 | 118.58 | 0.71 | 0.46 |
| Hex | 26 | CB | 22 | 51 | 0 | 53 | 14 | 77 | 47 | 2E |
| Octal | 46 | 313 | 42 | 121 | 0 | 123 | 24 | 167 | 107 | 56 |
| Binary | 100110 | 11001011 | 100010 | 1010001 | 0 | 1010011 | 10100 | 1110111 | 1000111 | 101110 |
Color Harmonies of #26CB22
Complementary color
Monochromatic Colors of #26CB22
Black with #26CB22
Text Example
Text Example
White with #26CB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CB22; }
p { color: rgb(38,203,34); }
H1.HeaderClassName
{
color: #26CB22;
}
.AnyTagClassName
{
color: #26CB22;
}
</style>
background-color css
<style>
a { background-color: #26CB22; }
a { background-color: rgb(38,203,34); }
div.DivClassName
{
background-color: #26CB22;
}
.BgClassName
{
background-color: #26CB22;
}
</style>
border-color css
<style>
span { border-color: #26CB22; }
span { border-color: rgb(38,203,34); }
td.TdClassName
{
border-color: #26CB22;
}
.TagClassName
{
border-color: #26CB22;
}
</style>