Shades of Lime Green #21BF3C
Tints of Lime Green #21BF3C
RGB
CMYK
RGB Variations
Color information
#21BF3C (or 0x21BF3C) is known color: Lime Green. HEX triplet: 21, BF and 3C. RGB value is (33,191,60). Sum of RGB (Red+Green+Blue) = 33+191+60=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 191 (75% from 255 or 67.25% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 191 - color contains mainly: green. Hex color #21BF3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BF3C is #DE40C3. Grayscale: #818181. Windows color (decimal): -14565572 or 3981089. OLE color: 3981089.
HSL color Cylindrical-coordinate representation of color #21BF3C: hue angle of 130.25º 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 #21BF3C is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 191 | 60 | - |
| CMYK | 0.83 | 0 | 0.69 | 0.25 |
| HSL | 130.25º | 0.71% | 0.44% | - |
| HSV(B) | 130.25º | 0.83% | 0.75% | - |
| XYZ | 20.07 | 37.91 | 10.53 | - |
| YUV | 128.82 | 89.15 | 59.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 191 | 60 | 0.83 | 0 | 0.69 | 0.25 | 130.25 | 0.71 | 0.44 |
| Hex | 21 | BF | 3C | 53 | 0 | 45 | 19 | 82 | 47 | 2C |
| Octal | 41 | 277 | 74 | 123 | 0 | 105 | 31 | 202 | 107 | 54 |
| Binary | 100001 | 10111111 | 111100 | 1010011 | 0 | 1000101 | 11001 | 10000010 | 1000111 | 101100 |
Color Harmonies of #21BF3C
Complementary color
Monochromatic Colors of #21BF3C
Black with #21BF3C
Text Example
Text Example
White with #21BF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BF3C; }
p { color: rgb(33,191,60); }
H1.HeaderClassName
{
color: #21BF3C;
}
.AnyTagClassName
{
color: #21BF3C;
}
</style>
background-color css
<style>
a { background-color: #21BF3C; }
a { background-color: rgb(33,191,60); }
div.DivClassName
{
background-color: #21BF3C;
}
.BgClassName
{
background-color: #21BF3C;
}
</style>
border-color css
<style>
span { border-color: #21BF3C; }
span { border-color: rgb(33,191,60); }
td.TdClassName
{
border-color: #21BF3C;
}
.TagClassName
{
border-color: #21BF3C;
}
</style>