Shades of Lime Green #26C121
Tints of Lime Green #26C121
RGB
CMYK
RGB Variations
Color information
#26C121 (or 0x26C121) is known color: Lime Green. HEX triplet: 26, C1 and 21. RGB value is (38,193,33). Sum of RGB (Red+Green+Blue) = 38+193+33=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 193 (75.78% from 255 or 73.11% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 193 - color contains mainly: green. Hex color #26C121 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C121 is #D93EDE. Grayscale: #808080. Windows color (decimal): -14237407 or 2212134. OLE color: 2212134.
HSL color Cylindrical-coordinate representation of color #26C121: hue angle of 118.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26C121 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 193 | 33 | - |
| CMYK | 0.80 | 0 | 0.83 | 0.24 |
| HSL | 118.13º | 0.71% | 0.44% | - |
| HSV(B) | 118.13º | 0.83% | 0.76% | - |
| XYZ | 20.14 | 38.66 | 7.84 | - |
| YUV | 128.42 | 74.15 | 63.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 193 | 33 | 0.80 | 0 | 0.83 | 0.24 | 118.13 | 0.71 | 0.44 |
| Hex | 26 | C1 | 21 | 50 | 0 | 53 | 18 | 76 | 47 | 2C |
| Octal | 46 | 301 | 41 | 120 | 0 | 123 | 30 | 166 | 107 | 54 |
| Binary | 100110 | 11000001 | 100001 | 1010000 | 0 | 1010011 | 11000 | 1110110 | 1000111 | 101100 |
Color Harmonies of #26C121
Complementary color
Monochromatic Colors of #26C121
Black with #26C121
Text Example
Text Example
White with #26C121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26C121; }
p { color: rgb(38,193,33); }
H1.HeaderClassName
{
color: #26C121;
}
.AnyTagClassName
{
color: #26C121;
}
</style>
background-color css
<style>
a { background-color: #26C121; }
a { background-color: rgb(38,193,33); }
div.DivClassName
{
background-color: #26C121;
}
.BgClassName
{
background-color: #26C121;
}
</style>
border-color css
<style>
span { border-color: #26C121; }
span { border-color: rgb(38,193,33); }
td.TdClassName
{
border-color: #26C121;
}
.TagClassName
{
border-color: #26C121;
}
</style>