Shades of Lime Green #21D01C
Tints of Lime Green #21D01C
RGB
CMYK
RGB Variations
Color information
#21D01C (or 0x21D01C) is known color: Lime Green. HEX triplet: 21, D0 and 1C. RGB value is (33,208,28). Sum of RGB (Red+Green+Blue) = 33+208+28=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 208 (81.64% from 255 or 77.32% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 208 - color contains mainly: green. Hex color #21D01C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D01C is #DE2FE3. Grayscale: #878787. Windows color (decimal): -14561252 or 1888289. OLE color: 1888289.
HSL color Cylindrical-coordinate representation of color #21D01C: hue angle of 118.33º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21D01C is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 208 | 28 | - |
| CMYK | 0.84 | 0 | 0.87 | 0.18 |
| HSL | 118.33º | 0.76% | 0.46% | - |
| HSV(B) | 118.33º | 0.87% | 0.82% | - |
| XYZ | 23.39 | 45.52 | 8.65 | - |
| YUV | 135.16 | 67.52 | 55.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 208 | 28 | 0.84 | 0 | 0.87 | 0.18 | 118.33 | 0.76 | 0.46 |
| Hex | 21 | D0 | 1C | 54 | 0 | 57 | 12 | 76 | 4C | 2E |
| Octal | 41 | 320 | 34 | 124 | 0 | 127 | 22 | 166 | 114 | 56 |
| Binary | 100001 | 11010000 | 11100 | 1010100 | 0 | 1010111 | 10010 | 1110110 | 1001100 | 101110 |
Color Harmonies of #21D01C
Complementary color
Monochromatic Colors of #21D01C
Black with #21D01C
Text Example
Text Example
White with #21D01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D01C; }
p { color: rgb(33,208,28); }
H1.HeaderClassName
{
color: #21D01C;
}
.AnyTagClassName
{
color: #21D01C;
}
</style>
background-color css
<style>
a { background-color: #21D01C; }
a { background-color: rgb(33,208,28); }
div.DivClassName
{
background-color: #21D01C;
}
.BgClassName
{
background-color: #21D01C;
}
</style>
border-color css
<style>
span { border-color: #21D01C; }
span { border-color: rgb(33,208,28); }
td.TdClassName
{
border-color: #21D01C;
}
.TagClassName
{
border-color: #21D01C;
}
</style>