Shades of Lime Green #21CB26
Tints of Lime Green #21CB26
RGB
CMYK
RGB Variations
Color information
#21CB26 (or 0x21CB26) is known color: Lime Green. HEX triplet: 21, CB and 26. RGB value is (33,203,38). Sum of RGB (Red+Green+Blue) = 33+203+38=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 203 (79.69% from 255 or 74.09% from 274); Blue value is 38 (15.23% from 255 or 13.87% from 274); Max value from RGB is 203 - color contains mainly: green. Hex color #21CB26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CB26 is #DE34D9. Grayscale: #858585. Windows color (decimal): -14562522 or 2542369. OLE color: 2542369.
HSL color Cylindrical-coordinate representation of color #21CB26: hue angle of 121.76º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CB26 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 203 | 38 | - |
| CMYK | 0.84 | 0 | 0.81 | 0.20 |
| HSL | 121.76º | 0.72% | 0.46% | - |
| HSV(B) | 121.76º | 0.84% | 0.8% | - |
| XYZ | 22.33 | 43.18 | 8.99 | - |
| YUV | 133.36 | 74.18 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 203 | 38 | 0.84 | 0 | 0.81 | 0.20 | 121.76 | 0.72 | 0.46 |
| Hex | 21 | CB | 26 | 54 | 0 | 51 | 14 | 7A | 48 | 2E |
| Octal | 41 | 313 | 46 | 124 | 0 | 121 | 24 | 172 | 110 | 56 |
| Binary | 100001 | 11001011 | 100110 | 1010100 | 0 | 1010001 | 10100 | 1111010 | 1001000 | 101110 |
Color Harmonies of #21CB26
Complementary color
Monochromatic Colors of #21CB26
Black with #21CB26
Text Example
Text Example
White with #21CB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CB26; }
p { color: rgb(33,203,38); }
H1.HeaderClassName
{
color: #21CB26;
}
.AnyTagClassName
{
color: #21CB26;
}
</style>
background-color css
<style>
a { background-color: #21CB26; }
a { background-color: rgb(33,203,38); }
div.DivClassName
{
background-color: #21CB26;
}
.BgClassName
{
background-color: #21CB26;
}
</style>
border-color css
<style>
span { border-color: #21CB26; }
span { border-color: rgb(33,203,38); }
td.TdClassName
{
border-color: #21CB26;
}
.TagClassName
{
border-color: #21CB26;
}
</style>