Shades of Lime Green #21F131
Tints of Lime Green #21F131
RGB
CMYK
RGB Variations
Color information
#21F131 (or 0x21F131) is known color: Lime Green. HEX triplet: 21, F1 and 31. RGB value is (33,241,49). Sum of RGB (Red+Green+Blue) = 33+241+49=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 241 (94.53% from 255 or 74.61% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 241 - color contains mainly: green. Hex color #21F131 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21F131 is #DE0ECE. Grayscale: #9D9D9D. Windows color (decimal): -14552783 or 3272993. OLE color: 3272993.
HSL color Cylindrical-coordinate representation of color #21F131: hue angle of 124.62º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F131 is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 241 | 49 | - |
| CMYK | 0.86 | 0 | 0.80 | 0.05 |
| HSL | 124.62º | 0.88% | 0.54% | - |
| HSV(B) | 124.62º | 0.86% | 0.95% | - |
| XYZ | 32.64 | 63.46 | 13.43 | - |
| YUV | 156.92 | 67.09 | 39.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 241 | 49 | 0.86 | 0 | 0.80 | 0.05 | 124.62 | 0.88 | 0.54 |
| Hex | 21 | F1 | 31 | 56 | 0 | 50 | 5 | 7D | 58 | 36 |
| Octal | 41 | 361 | 61 | 126 | 0 | 120 | 5 | 175 | 130 | 66 |
| Binary | 100001 | 11110001 | 110001 | 1010110 | 0 | 1010000 | 101 | 1111101 | 1011000 | 110110 |
Color Harmonies of #21F131
Complementary color
Monochromatic Colors of #21F131
Black with #21F131
Text Example
Text Example
White with #21F131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F131; }
p { color: rgb(33,241,49); }
H1.HeaderClassName
{
color: #21F131;
}
.AnyTagClassName
{
color: #21F131;
}
</style>
background-color css
<style>
a { background-color: #21F131; }
a { background-color: rgb(33,241,49); }
div.DivClassName
{
background-color: #21F131;
}
.BgClassName
{
background-color: #21F131;
}
</style>
border-color css
<style>
span { border-color: #21F131; }
span { border-color: rgb(33,241,49); }
td.TdClassName
{
border-color: #21F131;
}
.TagClassName
{
border-color: #21F131;
}
</style>