Shades of Lime Green #21BD37
Tints of Lime Green #21BD37
RGB
CMYK
RGB Variations
Color information
#21BD37 (or 0x21BD37) is known color: Lime Green. HEX triplet: 21, BD and 37. RGB value is (33,189,55). Sum of RGB (Red+Green+Blue) = 33+189+55=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 189 (74.22% from 255 or 68.23% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 189 - color contains mainly: green. Hex color #21BD37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BD37 is #DE42C8. Grayscale: #7F7F7F. Windows color (decimal): -14566089 or 3652897. OLE color: 3652897.
HSL color Cylindrical-coordinate representation of color #21BD37: hue angle of 128.46º 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 #21BD37 is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 189 | 55 | - |
| CMYK | 0.83 | 0 | 0.71 | 0.26 |
| HSL | 128.46º | 0.7% | 0.44% | - |
| HSV(B) | 128.46º | 0.83% | 0.74% | - |
| XYZ | 19.51 | 36.99 | 9.73 | - |
| YUV | 127.08 | 87.32 | 60.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 189 | 55 | 0.83 | 0 | 0.71 | 0.26 | 128.46 | 0.7 | 0.44 |
| Hex | 21 | BD | 37 | 53 | 0 | 47 | 1A | 80 | 46 | 2C |
| Octal | 41 | 275 | 67 | 123 | 0 | 107 | 32 | 200 | 106 | 54 |
| Binary | 100001 | 10111101 | 110111 | 1010011 | 0 | 1000111 | 11010 | 10000000 | 1000110 | 101100 |
Color Harmonies of #21BD37
Complementary color
Monochromatic Colors of #21BD37
Black with #21BD37
Text Example
Text Example
White with #21BD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BD37; }
p { color: rgb(33,189,55); }
H1.HeaderClassName
{
color: #21BD37;
}
.AnyTagClassName
{
color: #21BD37;
}
</style>
background-color css
<style>
a { background-color: #21BD37; }
a { background-color: rgb(33,189,55); }
div.DivClassName
{
background-color: #21BD37;
}
.BgClassName
{
background-color: #21BD37;
}
</style>
border-color css
<style>
span { border-color: #21BD37; }
span { border-color: rgb(33,189,55); }
td.TdClassName
{
border-color: #21BD37;
}
.TagClassName
{
border-color: #21BD37;
}
</style>