Shades of Lime Green #21C83D
Tints of Lime Green #21C83D
RGB
CMYK
RGB Variations
Color information
#21C83D (or 0x21C83D) is known color: Lime Green. HEX triplet: 21, C8 and 3D. RGB value is (33,200,61). Sum of RGB (Red+Green+Blue) = 33+200+61=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 200 (78.52% from 255 or 68.03% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 200 - color contains mainly: green. Hex color #21C83D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C83D is #DE37C2. Grayscale: #868686. Windows color (decimal): -14563267 or 4048929. OLE color: 4048929.
HSL color Cylindrical-coordinate representation of color #21C83D: hue angle of 130.06º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C83D is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 200 | 61 | - |
| CMYK | 0.84 | 0 | 0.69 | 0.22 |
| HSL | 130.06º | 0.72% | 0.46% | - |
| HSV(B) | 130.06º | 0.84% | 0.78% | - |
| XYZ | 22.12 | 41.97 | 11.35 | - |
| YUV | 134.22 | 86.67 | 55.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 200 | 61 | 0.84 | 0 | 0.69 | 0.22 | 130.06 | 0.72 | 0.46 |
| Hex | 21 | C8 | 3D | 54 | 0 | 45 | 16 | 82 | 48 | 2E |
| Octal | 41 | 310 | 75 | 124 | 0 | 105 | 26 | 202 | 110 | 56 |
| Binary | 100001 | 11001000 | 111101 | 1010100 | 0 | 1000101 | 10110 | 10000010 | 1001000 | 101110 |
Color Harmonies of #21C83D
Complementary color
Monochromatic Colors of #21C83D
Black with #21C83D
Text Example
Text Example
White with #21C83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C83D; }
p { color: rgb(33,200,61); }
H1.HeaderClassName
{
color: #21C83D;
}
.AnyTagClassName
{
color: #21C83D;
}
</style>
background-color css
<style>
a { background-color: #21C83D; }
a { background-color: rgb(33,200,61); }
div.DivClassName
{
background-color: #21C83D;
}
.BgClassName
{
background-color: #21C83D;
}
</style>
border-color css
<style>
span { border-color: #21C83D; }
span { border-color: rgb(33,200,61); }
td.TdClassName
{
border-color: #21C83D;
}
.TagClassName
{
border-color: #21C83D;
}
</style>