Shades of Lime Green #21BE20
Tints of Lime Green #21BE20
RGB
CMYK
RGB Variations
Color information
#21BE20 (or 0x21BE20) is known color: Lime Green. HEX triplet: 21, BE and 20. RGB value is (33,190,32). Sum of RGB (Red+Green+Blue) = 33+190+32=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 190 (74.61% from 255 or 74.51% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 190 - color contains mainly: green. Hex color #21BE20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BE20 is #DE41DF. Grayscale: #7D7D7D. Windows color (decimal): -14565856 or 2145825. OLE color: 2145825.
HSL color Cylindrical-coordinate representation of color #21BE20: hue angle of 119.62º 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 #21BE20 is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 190 | 32 | - |
| CMYK | 0.83 | 0 | 0.83 | 0.25 |
| HSL | 119.62º | 0.71% | 0.44% | - |
| HSV(B) | 119.62º | 0.83% | 0.75% | - |
| XYZ | 19.3 | 37.25 | 7.54 | - |
| YUV | 125.05 | 75.49 | 62.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 190 | 32 | 0.83 | 0 | 0.83 | 0.25 | 119.62 | 0.71 | 0.44 |
| Hex | 21 | BE | 20 | 53 | 0 | 53 | 19 | 78 | 47 | 2C |
| Octal | 41 | 276 | 40 | 123 | 0 | 123 | 31 | 170 | 107 | 54 |
| Binary | 100001 | 10111110 | 100000 | 1010011 | 0 | 1010011 | 11001 | 1111000 | 1000111 | 101100 |
Color Harmonies of #21BE20
Complementary color
Monochromatic Colors of #21BE20
Black with #21BE20
Text Example
Text Example
White with #21BE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BE20; }
p { color: rgb(33,190,32); }
H1.HeaderClassName
{
color: #21BE20;
}
.AnyTagClassName
{
color: #21BE20;
}
</style>
background-color css
<style>
a { background-color: #21BE20; }
a { background-color: rgb(33,190,32); }
div.DivClassName
{
background-color: #21BE20;
}
.BgClassName
{
background-color: #21BE20;
}
</style>
border-color css
<style>
span { border-color: #21BE20; }
span { border-color: rgb(33,190,32); }
td.TdClassName
{
border-color: #21BE20;
}
.TagClassName
{
border-color: #21BE20;
}
</style>