Shades of Lime Green #21BF25
Tints of Lime Green #21BF25
RGB
CMYK
RGB Variations
Color information
#21BF25 (or 0x21BF25) is known color: Lime Green. HEX triplet: 21, BF and 25. RGB value is (33,191,37). Sum of RGB (Red+Green+Blue) = 33+191+37=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 191 (75% from 255 or 73.18% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 191 - color contains mainly: green. Hex color #21BF25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21BF25 is #DE40DA. Grayscale: #7E7E7E. Windows color (decimal): -14565595 or 2473761. OLE color: 2473761.
HSL color Cylindrical-coordinate representation of color #21BF25: hue angle of 121.52º 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 #21BF25 is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 191 | 37 | - |
| CMYK | 0.83 | 0 | 0.81 | 0.25 |
| HSL | 121.52º | 0.71% | 0.44% | - |
| HSV(B) | 121.52º | 0.83% | 0.75% | - |
| XYZ | 19.59 | 37.72 | 8 | - |
| YUV | 126.2 | 77.65 | 61.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 191 | 37 | 0.83 | 0 | 0.81 | 0.25 | 121.52 | 0.71 | 0.44 |
| Hex | 21 | BF | 25 | 53 | 0 | 51 | 19 | 7A | 47 | 2C |
| Octal | 41 | 277 | 45 | 123 | 0 | 121 | 31 | 172 | 107 | 54 |
| Binary | 100001 | 10111111 | 100101 | 1010011 | 0 | 1010001 | 11001 | 1111010 | 1000111 | 101100 |
Color Harmonies of #21BF25
Complementary color
Monochromatic Colors of #21BF25
Black with #21BF25
Text Example
Text Example
White with #21BF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BF25; }
p { color: rgb(33,191,37); }
H1.HeaderClassName
{
color: #21BF25;
}
.AnyTagClassName
{
color: #21BF25;
}
</style>
background-color css
<style>
a { background-color: #21BF25; }
a { background-color: rgb(33,191,37); }
div.DivClassName
{
background-color: #21BF25;
}
.BgClassName
{
background-color: #21BF25;
}
</style>
border-color css
<style>
span { border-color: #21BF25; }
span { border-color: rgb(33,191,37); }
td.TdClassName
{
border-color: #21BF25;
}
.TagClassName
{
border-color: #21BF25;
}
</style>