Shades of Lime Green #21F139
Tints of Lime Green #21F139
RGB
CMYK
RGB Variations
Color information
#21F139 (or 0x21F139) is known color: Lime Green. HEX triplet: 21, F1 and 39. RGB value is (33,241,57). Sum of RGB (Red+Green+Blue) = 33+241+57=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 241 (94.53% from 255 or 72.81% from 331); Blue value is 57 (22.66% from 255 or 17.22% from 331); Max value from RGB is 241 - color contains mainly: green. Hex color #21F139 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21F139 is #DE0EC6. Grayscale: #9E9E9E. Windows color (decimal): -14552775 or 3797281. OLE color: 3797281.
HSL color Cylindrical-coordinate representation of color #21F139: hue angle of 126.92º 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 #21F139 is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 241 | 57 | - |
| CMYK | 0.86 | 0 | 0.76 | 0.05 |
| HSL | 126.92º | 0.88% | 0.54% | - |
| HSV(B) | 126.92º | 0.86% | 0.95% | - |
| XYZ | 32.82 | 63.53 | 14.4 | - |
| YUV | 157.83 | 71.09 | 38.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 241 | 57 | 0.86 | 0 | 0.76 | 0.05 | 126.92 | 0.88 | 0.54 |
| Hex | 21 | F1 | 39 | 56 | 0 | 4C | 5 | 7F | 58 | 36 |
| Octal | 41 | 361 | 71 | 126 | 0 | 114 | 5 | 177 | 130 | 66 |
| Binary | 100001 | 11110001 | 111001 | 1010110 | 0 | 1001100 | 101 | 1111111 | 1011000 | 110110 |
Color Harmonies of #21F139
Complementary color
Monochromatic Colors of #21F139
Black with #21F139
Text Example
Text Example
White with #21F139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F139; }
p { color: rgb(33,241,57); }
H1.HeaderClassName
{
color: #21F139;
}
.AnyTagClassName
{
color: #21F139;
}
</style>
background-color css
<style>
a { background-color: #21F139; }
a { background-color: rgb(33,241,57); }
div.DivClassName
{
background-color: #21F139;
}
.BgClassName
{
background-color: #21F139;
}
</style>
border-color css
<style>
span { border-color: #21F139; }
span { border-color: rgb(33,241,57); }
td.TdClassName
{
border-color: #21F139;
}
.TagClassName
{
border-color: #21F139;
}
</style>