Shades of Lime Green #21BC32
Tints of Lime Green #21BC32
RGB
CMYK
RGB Variations
Color information
#21BC32 (or 0x21BC32) is known color: Lime Green. HEX triplet: 21, BC and 32. RGB value is (33,188,50). Sum of RGB (Red+Green+Blue) = 33+188+50=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 188 (73.83% from 255 or 69.37% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 188 - color contains mainly: green. Hex color #21BC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BC32 is #DE43CD. Grayscale: #7E7E7E. Windows color (decimal): -14566350 or 3324961. OLE color: 3324961.
HSL color Cylindrical-coordinate representation of color #21BC32: hue angle of 126.58º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21BC32 is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 188 | 50 | - |
| CMYK | 0.82 | 0 | 0.73 | 0.26 |
| HSL | 126.58º | 0.7% | 0.43% | - |
| HSV(B) | 126.58º | 0.82% | 0.74% | - |
| XYZ | 19.19 | 36.52 | 9.06 | - |
| YUV | 125.92 | 85.15 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 188 | 50 | 0.82 | 0 | 0.73 | 0.26 | 126.58 | 0.7 | 0.43 |
| Hex | 21 | BC | 32 | 52 | 0 | 49 | 1A | 7F | 46 | 2B |
| Octal | 41 | 274 | 62 | 122 | 0 | 111 | 32 | 177 | 106 | 53 |
| Binary | 100001 | 10111100 | 110010 | 1010010 | 0 | 1001001 | 11010 | 1111111 | 1000110 | 101011 |
Color Harmonies of #21BC32
Complementary color
Monochromatic Colors of #21BC32
Black with #21BC32
Text Example
Text Example
White with #21BC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BC32; }
p { color: rgb(33,188,50); }
H1.HeaderClassName
{
color: #21BC32;
}
.AnyTagClassName
{
color: #21BC32;
}
</style>
background-color css
<style>
a { background-color: #21BC32; }
a { background-color: rgb(33,188,50); }
div.DivClassName
{
background-color: #21BC32;
}
.BgClassName
{
background-color: #21BC32;
}
</style>
border-color css
<style>
span { border-color: #21BC32; }
span { border-color: rgb(33,188,50); }
td.TdClassName
{
border-color: #21BC32;
}
.TagClassName
{
border-color: #21BC32;
}
</style>