Shades of Lime Green #21BD2F
Tints of Lime Green #21BD2F
RGB
CMYK
RGB Variations
Color information
#21BD2F (or 0x21BD2F) is known color: Lime Green. HEX triplet: 21, BD and 2F. RGB value is (33,189,47). Sum of RGB (Red+Green+Blue) = 33+189+47=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 189 (74.22% from 255 or 70.26% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 189 - color contains mainly: green. Hex color #21BD2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BD2F is #DE42D0. Grayscale: #7E7E7E. Windows color (decimal): -14566097 or 3128609. OLE color: 3128609.
HSL color Cylindrical-coordinate representation of color #21BD2F: hue angle of 125.38º 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 #21BD2F is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 189 | 47 | - |
| CMYK | 0.83 | 0 | 0.75 | 0.26 |
| HSL | 125.38º | 0.7% | 0.44% | - |
| HSV(B) | 125.38º | 0.83% | 0.74% | - |
| XYZ | 19.34 | 36.92 | 8.8 | - |
| YUV | 126.17 | 83.32 | 61.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 189 | 47 | 0.83 | 0 | 0.75 | 0.26 | 125.38 | 0.7 | 0.44 |
| Hex | 21 | BD | 2F | 53 | 0 | 4B | 1A | 7D | 46 | 2C |
| Octal | 41 | 275 | 57 | 123 | 0 | 113 | 32 | 175 | 106 | 54 |
| Binary | 100001 | 10111101 | 101111 | 1010011 | 0 | 1001011 | 11010 | 1111101 | 1000110 | 101100 |
Color Harmonies of #21BD2F
Complementary color
Monochromatic Colors of #21BD2F
Black with #21BD2F
Text Example
Text Example
White with #21BD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BD2F; }
p { color: rgb(33,189,47); }
H1.HeaderClassName
{
color: #21BD2F;
}
.AnyTagClassName
{
color: #21BD2F;
}
</style>
background-color css
<style>
a { background-color: #21BD2F; }
a { background-color: rgb(33,189,47); }
div.DivClassName
{
background-color: #21BD2F;
}
.BgClassName
{
background-color: #21BD2F;
}
</style>
border-color css
<style>
span { border-color: #21BD2F; }
span { border-color: rgb(33,189,47); }
td.TdClassName
{
border-color: #21BD2F;
}
.TagClassName
{
border-color: #21BD2F;
}
</style>