Shades of Lime Green #21D63D
Tints of Lime Green #21D63D
RGB
CMYK
RGB Variations
Color information
#21D63D (or 0x21D63D) is known color: Lime Green. HEX triplet: 21, D6 and 3D. RGB value is (33,214,61). Sum of RGB (Red+Green+Blue) = 33+214+61=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 214 (83.98% from 255 or 69.48% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 214 - color contains mainly: green. Hex color #21D63D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D63D is #DE29C2. Grayscale: #8E8E8E. Windows color (decimal): -14559683 or 4052513. OLE color: 4052513.
HSL color Cylindrical-coordinate representation of color #21D63D: hue angle of 129.28º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D63D is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 214 | 61 | - |
| CMYK | 0.85 | 0 | 0.71 | 0.16 |
| HSL | 129.28º | 0.73% | 0.48% | - |
| HSV(B) | 129.28º | 0.85% | 0.84% | - |
| XYZ | 25.52 | 48.75 | 12.48 | - |
| YUV | 142.44 | 82.03 | 49.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 214 | 61 | 0.85 | 0 | 0.71 | 0.16 | 129.28 | 0.73 | 0.48 |
| Hex | 21 | D6 | 3D | 55 | 0 | 47 | 10 | 81 | 49 | 30 |
| Octal | 41 | 326 | 75 | 125 | 0 | 107 | 20 | 201 | 111 | 60 |
| Binary | 100001 | 11010110 | 111101 | 1010101 | 0 | 1000111 | 10000 | 10000001 | 1001001 | 110000 |
Color Harmonies of #21D63D
Complementary color
Monochromatic Colors of #21D63D
Black with #21D63D
Text Example
Text Example
White with #21D63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D63D; }
p { color: rgb(33,214,61); }
H1.HeaderClassName
{
color: #21D63D;
}
.AnyTagClassName
{
color: #21D63D;
}
</style>
background-color css
<style>
a { background-color: #21D63D; }
a { background-color: rgb(33,214,61); }
div.DivClassName
{
background-color: #21D63D;
}
.BgClassName
{
background-color: #21D63D;
}
</style>
border-color css
<style>
span { border-color: #21D63D; }
span { border-color: rgb(33,214,61); }
td.TdClassName
{
border-color: #21D63D;
}
.TagClassName
{
border-color: #21D63D;
}
</style>