Shades of Lime Green #21BC2C
Tints of Lime Green #21BC2C
RGB
CMYK
RGB Variations
Color information
#21BC2C (or 0x21BC2C) is known color: Lime Green. HEX triplet: 21, BC and 2C. RGB value is (33,188,44). Sum of RGB (Red+Green+Blue) = 33+188+44=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 188 (73.83% from 255 or 70.94% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 188 - color contains mainly: green. Hex color #21BC2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BC2C is #DE43D3. Grayscale: #7D7D7D. Windows color (decimal): -14566356 or 2931745. OLE color: 2931745.
HSL color Cylindrical-coordinate representation of color #21BC2C: hue angle of 124.26º 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 #21BC2C is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 188 | 44 | - |
| CMYK | 0.82 | 0 | 0.77 | 0.26 |
| HSL | 124.26º | 0.7% | 0.43% | - |
| HSV(B) | 124.26º | 0.82% | 0.74% | - |
| XYZ | 19.07 | 36.47 | 8.42 | - |
| YUV | 125.24 | 82.15 | 62.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 188 | 44 | 0.82 | 0 | 0.77 | 0.26 | 124.26 | 0.7 | 0.43 |
| Hex | 21 | BC | 2C | 52 | 0 | 4D | 1A | 7C | 46 | 2B |
| Octal | 41 | 274 | 54 | 122 | 0 | 115 | 32 | 174 | 106 | 53 |
| Binary | 100001 | 10111100 | 101100 | 1010010 | 0 | 1001101 | 11010 | 1111100 | 1000110 | 101011 |
Color Harmonies of #21BC2C
Complementary color
Monochromatic Colors of #21BC2C
Black with #21BC2C
Text Example
Text Example
White with #21BC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BC2C; }
p { color: rgb(33,188,44); }
H1.HeaderClassName
{
color: #21BC2C;
}
.AnyTagClassName
{
color: #21BC2C;
}
</style>
background-color css
<style>
a { background-color: #21BC2C; }
a { background-color: rgb(33,188,44); }
div.DivClassName
{
background-color: #21BC2C;
}
.BgClassName
{
background-color: #21BC2C;
}
</style>
border-color css
<style>
span { border-color: #21BC2C; }
span { border-color: rgb(33,188,44); }
td.TdClassName
{
border-color: #21BC2C;
}
.TagClassName
{
border-color: #21BC2C;
}
</style>