Shades of Lime Green #21C13D
Tints of Lime Green #21C13D
RGB
CMYK
RGB Variations
Color information
#21C13D (or 0x21C13D) is known color: Lime Green. HEX triplet: 21, C1 and 3D. RGB value is (33,193,61). Sum of RGB (Red+Green+Blue) = 33+193+61=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 193 (75.78% from 255 or 67.25% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 193 - color contains mainly: green. Hex color #21C13D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C13D is #DE3EC2. Grayscale: #828282. Windows color (decimal): -14565059 or 4047137. OLE color: 4047137.
HSL color Cylindrical-coordinate representation of color #21C13D: hue angle of 130.5º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C13D is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 193 | 61 | - |
| CMYK | 0.83 | 0 | 0.68 | 0.24 |
| HSL | 130.5º | 0.71% | 0.44% | - |
| HSV(B) | 130.5º | 0.83% | 0.76% | - |
| XYZ | 20.54 | 38.8 | 10.82 | - |
| YUV | 130.11 | 88.99 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 193 | 61 | 0.83 | 0 | 0.68 | 0.24 | 130.5 | 0.71 | 0.44 |
| Hex | 21 | C1 | 3D | 53 | 0 | 44 | 18 | 82 | 47 | 2C |
| Octal | 41 | 301 | 75 | 123 | 0 | 104 | 30 | 202 | 107 | 54 |
| Binary | 100001 | 11000001 | 111101 | 1010011 | 0 | 1000100 | 11000 | 10000010 | 1000111 | 101100 |
Color Harmonies of #21C13D
Complementary color
Monochromatic Colors of #21C13D
Black with #21C13D
Text Example
Text Example
White with #21C13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C13D; }
p { color: rgb(33,193,61); }
H1.HeaderClassName
{
color: #21C13D;
}
.AnyTagClassName
{
color: #21C13D;
}
</style>
background-color css
<style>
a { background-color: #21C13D; }
a { background-color: rgb(33,193,61); }
div.DivClassName
{
background-color: #21C13D;
}
.BgClassName
{
background-color: #21C13D;
}
</style>
border-color css
<style>
span { border-color: #21C13D; }
span { border-color: rgb(33,193,61); }
td.TdClassName
{
border-color: #21C13D;
}
.TagClassName
{
border-color: #21C13D;
}
</style>