Shades of Lime Green #21CB2C
Tints of Lime Green #21CB2C
RGB
CMYK
RGB Variations
Color information
#21CB2C (or 0x21CB2C) is known color: Lime Green. HEX triplet: 21, CB and 2C. RGB value is (33,203,44). Sum of RGB (Red+Green+Blue) = 33+203+44=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 203 (79.69% from 255 or 72.5% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 203 - color contains mainly: green. Hex color #21CB2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CB2C is #DE34D3. Grayscale: #868686. Windows color (decimal): -14562516 or 2935585. OLE color: 2935585.
HSL color Cylindrical-coordinate representation of color #21CB2C: hue angle of 123.88º 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 #21CB2C is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 203 | 44 | - |
| CMYK | 0.84 | 0 | 0.78 | 0.20 |
| HSL | 123.88º | 0.72% | 0.46% | - |
| HSV(B) | 123.88º | 0.84% | 0.8% | - |
| XYZ | 22.44 | 43.22 | 9.54 | - |
| YUV | 134.04 | 77.18 | 55.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 203 | 44 | 0.84 | 0 | 0.78 | 0.20 | 123.88 | 0.72 | 0.46 |
| Hex | 21 | CB | 2C | 54 | 0 | 4E | 14 | 7C | 48 | 2E |
| Octal | 41 | 313 | 54 | 124 | 0 | 116 | 24 | 174 | 110 | 56 |
| Binary | 100001 | 11001011 | 101100 | 1010100 | 0 | 1001110 | 10100 | 1111100 | 1001000 | 101110 |
Color Harmonies of #21CB2C
Complementary color
Monochromatic Colors of #21CB2C
Black with #21CB2C
Text Example
Text Example
White with #21CB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CB2C; }
p { color: rgb(33,203,44); }
H1.HeaderClassName
{
color: #21CB2C;
}
.AnyTagClassName
{
color: #21CB2C;
}
</style>
background-color css
<style>
a { background-color: #21CB2C; }
a { background-color: rgb(33,203,44); }
div.DivClassName
{
background-color: #21CB2C;
}
.BgClassName
{
background-color: #21CB2C;
}
</style>
border-color css
<style>
span { border-color: #21CB2C; }
span { border-color: rgb(33,203,44); }
td.TdClassName
{
border-color: #21CB2C;
}
.TagClassName
{
border-color: #21CB2C;
}
</style>