Shades of Lime Green #21CE2C
Tints of Lime Green #21CE2C
RGB
CMYK
RGB Variations
Color information
#21CE2C (or 0x21CE2C) is known color: Lime Green. HEX triplet: 21, CE and 2C. RGB value is (33,206,44). Sum of RGB (Red+Green+Blue) = 33+206+44=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 206 (80.86% from 255 or 72.79% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 206 - color contains mainly: green. Hex color #21CE2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CE2C is #DE31D3. Grayscale: #888888. Windows color (decimal): -14561748 or 2936353. OLE color: 2936353.
HSL color Cylindrical-coordinate representation of color #21CE2C: hue angle of 123.82º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CE2C is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 206 | 44 | - |
| CMYK | 0.84 | 0 | 0.79 | 0.19 |
| HSL | 123.82º | 0.72% | 0.47% | - |
| HSV(B) | 123.82º | 0.84% | 0.81% | - |
| XYZ | 23.15 | 44.65 | 9.78 | - |
| YUV | 135.81 | 76.19 | 54.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 206 | 44 | 0.84 | 0 | 0.79 | 0.19 | 123.82 | 0.72 | 0.47 |
| Hex | 21 | CE | 2C | 54 | 0 | 4F | 13 | 7C | 48 | 2F |
| Octal | 41 | 316 | 54 | 124 | 0 | 117 | 23 | 174 | 110 | 57 |
| Binary | 100001 | 11001110 | 101100 | 1010100 | 0 | 1001111 | 10011 | 1111100 | 1001000 | 101111 |
Color Harmonies of #21CE2C
Complementary color
Monochromatic Colors of #21CE2C
Black with #21CE2C
Text Example
Text Example
White with #21CE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CE2C; }
p { color: rgb(33,206,44); }
H1.HeaderClassName
{
color: #21CE2C;
}
.AnyTagClassName
{
color: #21CE2C;
}
</style>
background-color css
<style>
a { background-color: #21CE2C; }
a { background-color: rgb(33,206,44); }
div.DivClassName
{
background-color: #21CE2C;
}
.BgClassName
{
background-color: #21CE2C;
}
</style>
border-color css
<style>
span { border-color: #21CE2C; }
span { border-color: rgb(33,206,44); }
td.TdClassName
{
border-color: #21CE2C;
}
.TagClassName
{
border-color: #21CE2C;
}
</style>