Shades of Lime Green #21CE1F
Tints of Lime Green #21CE1F
RGB
CMYK
RGB Variations
Color information
#21CE1F (or 0x21CE1F) is known color: Lime Green. HEX triplet: 21, CE and 1F. RGB value is (33,206,31). Sum of RGB (Red+Green+Blue) = 33+206+31=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 206 (80.86% from 255 or 76.30% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 206 - color contains mainly: green. Hex color #21CE1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CE1F is #DE31E0. Grayscale: #868686. Windows color (decimal): -14561761 or 2084385. OLE color: 2084385.
HSL color Cylindrical-coordinate representation of color #21CE1F: hue angle of 119.31º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21CE1F is Cyan = 0.84, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 206 | 31 | - |
| CMYK | 0.84 | 0 | 0.85 | 0.19 |
| HSL | 119.31º | 0.74% | 0.46% | - |
| HSV(B) | 119.31º | 0.85% | 0.81% | - |
| XYZ | 22.95 | 44.56 | 8.69 | - |
| YUV | 134.32 | 69.69 | 55.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 206 | 31 | 0.84 | 0 | 0.85 | 0.19 | 119.31 | 0.74 | 0.46 |
| Hex | 21 | CE | 1F | 54 | 0 | 55 | 13 | 77 | 4A | 2E |
| Octal | 41 | 316 | 37 | 124 | 0 | 125 | 23 | 167 | 112 | 56 |
| Binary | 100001 | 11001110 | 11111 | 1010100 | 0 | 1010101 | 10011 | 1110111 | 1001010 | 101110 |
Color Harmonies of #21CE1F
Complementary color
Monochromatic Colors of #21CE1F
Black with #21CE1F
Text Example
Text Example
White with #21CE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CE1F; }
p { color: rgb(33,206,31); }
H1.HeaderClassName
{
color: #21CE1F;
}
.AnyTagClassName
{
color: #21CE1F;
}
</style>
background-color css
<style>
a { background-color: #21CE1F; }
a { background-color: rgb(33,206,31); }
div.DivClassName
{
background-color: #21CE1F;
}
.BgClassName
{
background-color: #21CE1F;
}
</style>
border-color css
<style>
span { border-color: #21CE1F; }
span { border-color: rgb(33,206,31); }
td.TdClassName
{
border-color: #21CE1F;
}
.TagClassName
{
border-color: #21CE1F;
}
</style>