Shades of Lime Green #21BD3E
Tints of Lime Green #21BD3E
RGB
CMYK
RGB Variations
Color information
#21BD3E (or 0x21BD3E) is known color: Lime Green. HEX triplet: 21, BD and 3E. RGB value is (33,189,62). Sum of RGB (Red+Green+Blue) = 33+189+62=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 189 (74.22% from 255 or 66.55% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 189 - color contains mainly: green. Hex color #21BD3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BD3E is #DE42C1. Grayscale: #808080. Windows color (decimal): -14566082 or 4111649. OLE color: 4111649.
HSL color Cylindrical-coordinate representation of color #21BD3E: hue angle of 131.15º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BD3E is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 189 | 62 | - |
| CMYK | 0.83 | 0 | 0.67 | 0.26 |
| HSL | 131.15º | 0.7% | 0.44% | - |
| HSV(B) | 131.15º | 0.83% | 0.74% | - |
| XYZ | 19.69 | 37.07 | 10.67 | - |
| YUV | 127.88 | 90.82 | 60.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 189 | 62 | 0.83 | 0 | 0.67 | 0.26 | 131.15 | 0.7 | 0.44 |
| Hex | 21 | BD | 3E | 53 | 0 | 43 | 1A | 83 | 46 | 2C |
| Octal | 41 | 275 | 76 | 123 | 0 | 103 | 32 | 203 | 106 | 54 |
| Binary | 100001 | 10111101 | 111110 | 1010011 | 0 | 1000011 | 11010 | 10000011 | 1000110 | 101100 |
Color Harmonies of #21BD3E
Complementary color
Monochromatic Colors of #21BD3E
Black with #21BD3E
Text Example
Text Example
White with #21BD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BD3E; }
p { color: rgb(33,189,62); }
H1.HeaderClassName
{
color: #21BD3E;
}
.AnyTagClassName
{
color: #21BD3E;
}
</style>
background-color css
<style>
a { background-color: #21BD3E; }
a { background-color: rgb(33,189,62); }
div.DivClassName
{
background-color: #21BD3E;
}
.BgClassName
{
background-color: #21BD3E;
}
</style>
border-color css
<style>
span { border-color: #21BD3E; }
span { border-color: rgb(33,189,62); }
td.TdClassName
{
border-color: #21BD3E;
}
.TagClassName
{
border-color: #21BD3E;
}
</style>