Shades of Lime Green #21D03C
Tints of Lime Green #21D03C
RGB
CMYK
RGB Variations
Color information
#21D03C (or 0x21D03C) is known color: Lime Green. HEX triplet: 21, D0 and 3C. RGB value is (33,208,60). Sum of RGB (Red+Green+Blue) = 33+208+60=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 208 (81.64% from 255 or 69.10% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 208 - color contains mainly: green. Hex color #21D03C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D03C is #DE2FC3. Grayscale: #8B8B8B. Windows color (decimal): -14561220 or 3985441. OLE color: 3985441.
HSL color Cylindrical-coordinate representation of color #21D03C: hue angle of 129.26º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D03C is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 208 | 60 | - |
| CMYK | 0.84 | 0 | 0.71 | 0.18 |
| HSL | 129.26º | 0.73% | 0.47% | - |
| HSV(B) | 129.26º | 0.84% | 0.82% | - |
| XYZ | 24 | 45.76 | 11.84 | - |
| YUV | 138.8 | 83.52 | 52.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 208 | 60 | 0.84 | 0 | 0.71 | 0.18 | 129.26 | 0.73 | 0.47 |
| Hex | 21 | D0 | 3C | 54 | 0 | 47 | 12 | 81 | 49 | 2F |
| Octal | 41 | 320 | 74 | 124 | 0 | 107 | 22 | 201 | 111 | 57 |
| Binary | 100001 | 11010000 | 111100 | 1010100 | 0 | 1000111 | 10010 | 10000001 | 1001001 | 101111 |
Color Harmonies of #21D03C
Complementary color
Monochromatic Colors of #21D03C
Black with #21D03C
Text Example
Text Example
White with #21D03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D03C; }
p { color: rgb(33,208,60); }
H1.HeaderClassName
{
color: #21D03C;
}
.AnyTagClassName
{
color: #21D03C;
}
</style>
background-color css
<style>
a { background-color: #21D03C; }
a { background-color: rgb(33,208,60); }
div.DivClassName
{
background-color: #21D03C;
}
.BgClassName
{
background-color: #21D03C;
}
</style>
border-color css
<style>
span { border-color: #21D03C; }
span { border-color: rgb(33,208,60); }
td.TdClassName
{
border-color: #21D03C;
}
.TagClassName
{
border-color: #21D03C;
}
</style>