Shades of Lime Green #21BE2D
Tints of Lime Green #21BE2D
RGB
CMYK
RGB Variations
Color information
#21BE2D (or 0x21BE2D) is known color: Lime Green. HEX triplet: 21, BE and 2D. RGB value is (33,190,45). Sum of RGB (Red+Green+Blue) = 33+190+45=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 190 (74.61% from 255 or 70.90% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 190 - color contains mainly: green. Hex color #21BE2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BE2D is #DE41D2. Grayscale: #7E7E7E. Windows color (decimal): -14565843 or 2997793. OLE color: 2997793.
HSL color Cylindrical-coordinate representation of color #21BE2D: hue angle of 124.59º degrees, saturation: 0.7, 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 #21BE2D is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 190 | 45 | - |
| CMYK | 0.83 | 0 | 0.76 | 0.25 |
| HSL | 124.59º | 0.7% | 0.44% | - |
| HSV(B) | 124.59º | 0.83% | 0.75% | - |
| XYZ | 19.51 | 37.34 | 8.66 | - |
| YUV | 126.53 | 81.99 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 190 | 45 | 0.83 | 0 | 0.76 | 0.25 | 124.59 | 0.7 | 0.44 |
| Hex | 21 | BE | 2D | 53 | 0 | 4C | 19 | 7D | 46 | 2C |
| Octal | 41 | 276 | 55 | 123 | 0 | 114 | 31 | 175 | 106 | 54 |
| Binary | 100001 | 10111110 | 101101 | 1010011 | 0 | 1001100 | 11001 | 1111101 | 1000110 | 101100 |
Color Harmonies of #21BE2D
Complementary color
Monochromatic Colors of #21BE2D
Black with #21BE2D
Text Example
Text Example
White with #21BE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BE2D; }
p { color: rgb(33,190,45); }
H1.HeaderClassName
{
color: #21BE2D;
}
.AnyTagClassName
{
color: #21BE2D;
}
</style>
background-color css
<style>
a { background-color: #21BE2D; }
a { background-color: rgb(33,190,45); }
div.DivClassName
{
background-color: #21BE2D;
}
.BgClassName
{
background-color: #21BE2D;
}
</style>
border-color css
<style>
span { border-color: #21BE2D; }
span { border-color: rgb(33,190,45); }
td.TdClassName
{
border-color: #21BE2D;
}
.TagClassName
{
border-color: #21BE2D;
}
</style>