Shades of Lime Green #21C73D
Tints of Lime Green #21C73D
RGB
CMYK
RGB Variations
Color information
#21C73D (or 0x21C73D) is known color: Lime Green. HEX triplet: 21, C7 and 3D. RGB value is (33,199,61). Sum of RGB (Red+Green+Blue) = 33+199+61=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 199 (78.12% from 255 or 67.92% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 199 - color contains mainly: green. Hex color #21C73D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C73D is #DE38C2. Grayscale: #868686. Windows color (decimal): -14563523 or 4048673. OLE color: 4048673.
HSL color Cylindrical-coordinate representation of color #21C73D: hue angle of 130.12º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C73D is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 199 | 61 | - |
| CMYK | 0.83 | 0 | 0.69 | 0.22 |
| HSL | 130.12º | 0.72% | 0.45% | - |
| HSV(B) | 130.12º | 0.83% | 0.78% | - |
| XYZ | 21.89 | 41.51 | 11.27 | - |
| YUV | 133.63 | 87 | 56.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 199 | 61 | 0.83 | 0 | 0.69 | 0.22 | 130.12 | 0.72 | 0.45 |
| Hex | 21 | C7 | 3D | 53 | 0 | 45 | 16 | 82 | 48 | 2D |
| Octal | 41 | 307 | 75 | 123 | 0 | 105 | 26 | 202 | 110 | 55 |
| Binary | 100001 | 11000111 | 111101 | 1010011 | 0 | 1000101 | 10110 | 10000010 | 1001000 | 101101 |
Color Harmonies of #21C73D
Complementary color
Monochromatic Colors of #21C73D
Black with #21C73D
Text Example
Text Example
White with #21C73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C73D; }
p { color: rgb(33,199,61); }
H1.HeaderClassName
{
color: #21C73D;
}
.AnyTagClassName
{
color: #21C73D;
}
</style>
background-color css
<style>
a { background-color: #21C73D; }
a { background-color: rgb(33,199,61); }
div.DivClassName
{
background-color: #21C73D;
}
.BgClassName
{
background-color: #21C73D;
}
</style>
border-color css
<style>
span { border-color: #21C73D; }
span { border-color: rgb(33,199,61); }
td.TdClassName
{
border-color: #21C73D;
}
.TagClassName
{
border-color: #21C73D;
}
</style>