Shades of Lime Green #26D321
Tints of Lime Green #26D321
RGB
CMYK
RGB Variations
Color information
#26D321 (or 0x26D321) is known color: Lime Green. HEX triplet: 26, D3 and 21. RGB value is (38,211,33). Sum of RGB (Red+Green+Blue) = 38+211+33=282 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.48% from 282); Green value is 211 (82.81% from 255 or 74.82% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 211 - color contains mainly: green. Hex color #26D321 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D321 is #D92CDE. Grayscale: #8B8B8B. Windows color (decimal): -14232799 or 2216742. OLE color: 2216742.
HSL color Cylindrical-coordinate representation of color #26D321: hue angle of 118.31º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26D321 is Cyan = 0.82, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 38 | 211 | 33 | - |
| CMYK | 0.82 | 0 | 0.84 | 0.17 |
| HSL | 118.31º | 0.73% | 0.48% | - |
| HSV(B) | 118.31º | 0.84% | 0.83% | - |
| XYZ | 24.37 | 47.11 | 9.25 | - |
| YUV | 138.98 | 68.19 | 55.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 211 | 33 | 0.82 | 0 | 0.84 | 0.17 | 118.31 | 0.73 | 0.48 |
| Hex | 26 | D3 | 21 | 52 | 0 | 54 | 11 | 76 | 49 | 30 |
| Octal | 46 | 323 | 41 | 122 | 0 | 124 | 21 | 166 | 111 | 60 |
| Binary | 100110 | 11010011 | 100001 | 1010010 | 0 | 1010100 | 10001 | 1110110 | 1001001 | 110000 |
Color Harmonies of #26D321
Complementary color
Monochromatic Colors of #26D321
Black with #26D321
Text Example
Text Example
White with #26D321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26D321; }
p { color: rgb(38,211,33); }
H1.HeaderClassName
{
color: #26D321;
}
.AnyTagClassName
{
color: #26D321;
}
</style>
background-color css
<style>
a { background-color: #26D321; }
a { background-color: rgb(38,211,33); }
div.DivClassName
{
background-color: #26D321;
}
.BgClassName
{
background-color: #26D321;
}
</style>
border-color css
<style>
span { border-color: #26D321; }
span { border-color: rgb(38,211,33); }
td.TdClassName
{
border-color: #26D321;
}
.TagClassName
{
border-color: #26D321;
}
</style>