Shades of Lime Green #21C93D
Tints of Lime Green #21C93D
RGB
CMYK
RGB Variations
Color information
#21C93D (or 0x21C93D) is known color: Lime Green. HEX triplet: 21, C9 and 3D. RGB value is (33,201,61). Sum of RGB (Red+Green+Blue) = 33+201+61=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 201 (78.91% from 255 or 68.14% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 201 - color contains mainly: green. Hex color #21C93D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C93D is #DE36C2. Grayscale: #878787. Windows color (decimal): -14563011 or 4049185. OLE color: 4049185.
HSL color Cylindrical-coordinate representation of color #21C93D: hue angle of 130º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21C93D is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 201 | 61 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.21 |
| HSL | 130º | 0.72% | 0.46% | - |
| HSV(B) | 130º | 0.84% | 0.79% | - |
| XYZ | 22.36 | 42.43 | 11.43 | - |
| YUV | 134.81 | 86.34 | 55.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 201 | 61 | 0.84 | 0 | 0.70 | 0.21 | 130 | 0.72 | 0.46 |
| Hex | 21 | C9 | 3D | 54 | 0 | 46 | 15 | 82 | 48 | 2E |
| Octal | 41 | 311 | 75 | 124 | 0 | 106 | 25 | 202 | 110 | 56 |
| Binary | 100001 | 11001001 | 111101 | 1010100 | 0 | 1000110 | 10101 | 10000010 | 1001000 | 101110 |
Color Harmonies of #21C93D
Complementary color
Monochromatic Colors of #21C93D
Black with #21C93D
Text Example
Text Example
White with #21C93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C93D; }
p { color: rgb(33,201,61); }
H1.HeaderClassName
{
color: #21C93D;
}
.AnyTagClassName
{
color: #21C93D;
}
</style>
background-color css
<style>
a { background-color: #21C93D; }
a { background-color: rgb(33,201,61); }
div.DivClassName
{
background-color: #21C93D;
}
.BgClassName
{
background-color: #21C93D;
}
</style>
border-color css
<style>
span { border-color: #21C93D; }
span { border-color: rgb(33,201,61); }
td.TdClassName
{
border-color: #21C93D;
}
.TagClassName
{
border-color: #21C93D;
}
</style>