Shades of Lime Green #21BC3E
Tints of Lime Green #21BC3E
RGB
CMYK
RGB Variations
Color information
#21BC3E (or 0x21BC3E) is known color: Lime Green. HEX triplet: 21, BC and 3E. RGB value is (33,188,62). Sum of RGB (Red+Green+Blue) = 33+188+62=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 188 (73.83% from 255 or 66.43% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 188 - color contains mainly: green. Hex color #21BC3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BC3E is #DE43C1. Grayscale: #7F7F7F. Windows color (decimal): -14566338 or 4111393. OLE color: 4111393.
HSL color Cylindrical-coordinate representation of color #21BC3E: hue angle of 131.23º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21BC3E is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 188 | 62 | - |
| CMYK | 0.82 | 0 | 0.67 | 0.26 |
| HSL | 131.23º | 0.7% | 0.43% | - |
| HSV(B) | 131.23º | 0.82% | 0.74% | - |
| XYZ | 19.48 | 36.64 | 10.6 | - |
| YUV | 127.29 | 91.15 | 60.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 188 | 62 | 0.82 | 0 | 0.67 | 0.26 | 131.23 | 0.7 | 0.43 |
| Hex | 21 | BC | 3E | 52 | 0 | 43 | 1A | 83 | 46 | 2B |
| Octal | 41 | 274 | 76 | 122 | 0 | 103 | 32 | 203 | 106 | 53 |
| Binary | 100001 | 10111100 | 111110 | 1010010 | 0 | 1000011 | 11010 | 10000011 | 1000110 | 101011 |
Color Harmonies of #21BC3E
Complementary color
Monochromatic Colors of #21BC3E
Black with #21BC3E
Text Example
Text Example
White with #21BC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BC3E; }
p { color: rgb(33,188,62); }
H1.HeaderClassName
{
color: #21BC3E;
}
.AnyTagClassName
{
color: #21BC3E;
}
</style>
background-color css
<style>
a { background-color: #21BC3E; }
a { background-color: rgb(33,188,62); }
div.DivClassName
{
background-color: #21BC3E;
}
.BgClassName
{
background-color: #21BC3E;
}
</style>
border-color css
<style>
span { border-color: #21BC3E; }
span { border-color: rgb(33,188,62); }
td.TdClassName
{
border-color: #21BC3E;
}
.TagClassName
{
border-color: #21BC3E;
}
</style>