Shades of Lime Green #21BF2C
Tints of Lime Green #21BF2C
RGB
CMYK
RGB Variations
Color information
#21BF2C (or 0x21BF2C) is known color: Lime Green. HEX triplet: 21, BF and 2C. RGB value is (33,191,44). Sum of RGB (Red+Green+Blue) = 33+191+44=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 191 (75% from 255 or 71.27% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 191 - color contains mainly: green. Hex color #21BF2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BF2C is #DE40D3. Grayscale: #7F7F7F. Windows color (decimal): -14565588 or 2932513. OLE color: 2932513.
HSL color Cylindrical-coordinate representation of color #21BF2C: hue angle of 124.18º 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 #21BF2C is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 191 | 44 | - |
| CMYK | 0.83 | 0 | 0.77 | 0.25 |
| HSL | 124.18º | 0.71% | 0.44% | - |
| HSV(B) | 124.18º | 0.83% | 0.75% | - |
| XYZ | 19.71 | 37.77 | 8.63 | - |
| YUV | 127 | 81.15 | 60.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 191 | 44 | 0.83 | 0 | 0.77 | 0.25 | 124.18 | 0.71 | 0.44 |
| Hex | 21 | BF | 2C | 53 | 0 | 4D | 19 | 7C | 47 | 2C |
| Octal | 41 | 277 | 54 | 123 | 0 | 115 | 31 | 174 | 107 | 54 |
| Binary | 100001 | 10111111 | 101100 | 1010011 | 0 | 1001101 | 11001 | 1111100 | 1000111 | 101100 |
Color Harmonies of #21BF2C
Complementary color
Monochromatic Colors of #21BF2C
Black with #21BF2C
Text Example
Text Example
White with #21BF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BF2C; }
p { color: rgb(33,191,44); }
H1.HeaderClassName
{
color: #21BF2C;
}
.AnyTagClassName
{
color: #21BF2C;
}
</style>
background-color css
<style>
a { background-color: #21BF2C; }
a { background-color: rgb(33,191,44); }
div.DivClassName
{
background-color: #21BF2C;
}
.BgClassName
{
background-color: #21BF2C;
}
</style>
border-color css
<style>
span { border-color: #21BF2C; }
span { border-color: rgb(33,191,44); }
td.TdClassName
{
border-color: #21BF2C;
}
.TagClassName
{
border-color: #21BF2C;
}
</style>