Shades of Lime Green #21BF2A
Tints of Lime Green #21BF2A
RGB
CMYK
RGB Variations
Color information
#21BF2A (or 0x21BF2A) is known color: Lime Green. HEX triplet: 21, BF and 2A. RGB value is (33,191,42). Sum of RGB (Red+Green+Blue) = 33+191+42=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 191 (75% from 255 or 71.80% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 191 - color contains mainly: green. Hex color #21BF2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BF2A is #DE40D5. Grayscale: #7F7F7F. Windows color (decimal): -14565590 or 2801441. OLE color: 2801441.
HSL color Cylindrical-coordinate representation of color #21BF2A: hue angle of 123.42º 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 #21BF2A is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 191 | 42 | - |
| CMYK | 0.83 | 0 | 0.78 | 0.25 |
| HSL | 123.42º | 0.71% | 0.44% | - |
| HSV(B) | 123.42º | 0.83% | 0.75% | - |
| XYZ | 19.68 | 37.75 | 8.44 | - |
| YUV | 126.77 | 80.15 | 61.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 191 | 42 | 0.83 | 0 | 0.78 | 0.25 | 123.42 | 0.71 | 0.44 |
| Hex | 21 | BF | 2A | 53 | 0 | 4E | 19 | 7B | 47 | 2C |
| Octal | 41 | 277 | 52 | 123 | 0 | 116 | 31 | 173 | 107 | 54 |
| Binary | 100001 | 10111111 | 101010 | 1010011 | 0 | 1001110 | 11001 | 1111011 | 1000111 | 101100 |
Color Harmonies of #21BF2A
Complementary color
Monochromatic Colors of #21BF2A
Black with #21BF2A
Text Example
Text Example
White with #21BF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BF2A; }
p { color: rgb(33,191,42); }
H1.HeaderClassName
{
color: #21BF2A;
}
.AnyTagClassName
{
color: #21BF2A;
}
</style>
background-color css
<style>
a { background-color: #21BF2A; }
a { background-color: rgb(33,191,42); }
div.DivClassName
{
background-color: #21BF2A;
}
.BgClassName
{
background-color: #21BF2A;
}
</style>
border-color css
<style>
span { border-color: #21BF2A; }
span { border-color: rgb(33,191,42); }
td.TdClassName
{
border-color: #21BF2A;
}
.TagClassName
{
border-color: #21BF2A;
}
</style>