Shades of Lime Green #21C83C
Tints of Lime Green #21C83C
RGB
CMYK
RGB Variations
Color information
#21C83C (or 0x21C83C) is known color: Lime Green. HEX triplet: 21, C8 and 3C. RGB value is (33,200,60). Sum of RGB (Red+Green+Blue) = 33+200+60=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 200 (78.52% from 255 or 68.26% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 200 - color contains mainly: green. Hex color #21C83C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C83C is #DE37C3. Grayscale: #868686. Windows color (decimal): -14563268 or 3983393. OLE color: 3983393.
HSL color Cylindrical-coordinate representation of color #21C83C: hue angle of 129.7º 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 #21C83C is Cyan = 0.84, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 33 | 200 | 60 | - |
| CMYK | 0.84 | 0 | 0.7 | 0.22 |
| HSL | 129.7º | 0.72% | 0.46% | - |
| HSV(B) | 129.7º | 0.84% | 0.78% | - |
| XYZ | 22.1 | 41.96 | 11.21 | - |
| YUV | 134.11 | 86.17 | 55.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 200 | 60 | 0.84 | 0 | 0.7 | 0.22 | 129.7 | 0.72 | 0.46 |
| Hex | 21 | C8 | 3C | 54 | 0 | 46 | 16 | 82 | 48 | 2E |
| Octal | 41 | 310 | 74 | 124 | 0 | 106 | 26 | 202 | 110 | 56 |
| Binary | 100001 | 11001000 | 111100 | 1010100 | 0 | 1000110 | 10110 | 10000010 | 1001000 | 101110 |
Color Harmonies of #21C83C
Complementary color
Monochromatic Colors of #21C83C
Black with #21C83C
Text Example
Text Example
White with #21C83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C83C; }
p { color: rgb(33,200,60); }
H1.HeaderClassName
{
color: #21C83C;
}
.AnyTagClassName
{
color: #21C83C;
}
</style>
background-color css
<style>
a { background-color: #21C83C; }
a { background-color: rgb(33,200,60); }
div.DivClassName
{
background-color: #21C83C;
}
.BgClassName
{
background-color: #21C83C;
}
</style>
border-color css
<style>
span { border-color: #21C83C; }
span { border-color: rgb(33,200,60); }
td.TdClassName
{
border-color: #21C83C;
}
.TagClassName
{
border-color: #21C83C;
}
</style>