Shades of Lime Green #21BF2D
Tints of Lime Green #21BF2D
RGB
CMYK
RGB Variations
Color information
#21BF2D (or 0x21BF2D) is known color: Lime Green. HEX triplet: 21, BF and 2D. RGB value is (33,191,45). Sum of RGB (Red+Green+Blue) = 33+191+45=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 191 (75% from 255 or 71.00% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 191 - color contains mainly: green. Hex color #21BF2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BF2D is #DE40D2. Grayscale: #7F7F7F. Windows color (decimal): -14565587 or 2998049. OLE color: 2998049.
HSL color Cylindrical-coordinate representation of color #21BF2D: hue angle of 124.56º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BF2D is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 191 | 45 | - |
| CMYK | 0.83 | 0 | 0.76 | 0.25 |
| HSL | 124.56º | 0.71% | 0.44% | - |
| HSV(B) | 124.56º | 0.83% | 0.75% | - |
| XYZ | 19.73 | 37.77 | 8.73 | - |
| YUV | 127.11 | 81.65 | 60.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 191 | 45 | 0.83 | 0 | 0.76 | 0.25 | 124.56 | 0.71 | 0.44 |
| Hex | 21 | BF | 2D | 53 | 0 | 4C | 19 | 7D | 47 | 2C |
| Octal | 41 | 277 | 55 | 123 | 0 | 114 | 31 | 175 | 107 | 54 |
| Binary | 100001 | 10111111 | 101101 | 1010011 | 0 | 1001100 | 11001 | 1111101 | 1000111 | 101100 |
Color Harmonies of #21BF2D
Complementary color
Monochromatic Colors of #21BF2D
Black with #21BF2D
Text Example
Text Example
White with #21BF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BF2D; }
p { color: rgb(33,191,45); }
H1.HeaderClassName
{
color: #21BF2D;
}
.AnyTagClassName
{
color: #21BF2D;
}
</style>
background-color css
<style>
a { background-color: #21BF2D; }
a { background-color: rgb(33,191,45); }
div.DivClassName
{
background-color: #21BF2D;
}
.BgClassName
{
background-color: #21BF2D;
}
</style>
border-color css
<style>
span { border-color: #21BF2D; }
span { border-color: rgb(33,191,45); }
td.TdClassName
{
border-color: #21BF2D;
}
.TagClassName
{
border-color: #21BF2D;
}
</style>