Shades of Lime Green #1FCD21
Tints of Lime Green #1FCD21
RGB
CMYK
RGB Variations
Color information
#1FCD21 (or 0x1FCD21) is known color: Lime Green. HEX triplet: 1F, CD and 21. RGB value is (31,205,33). Sum of RGB (Red+Green+Blue) = 31+205+33=269 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.52% from 269); Green value is 205 (80.47% from 255 or 76.21% from 269); Blue value is 33 (13.28% from 255 or 12.27% from 269); Max value from RGB is 205 - color contains mainly: green. Hex color #1FCD21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCD21 is #E032DE. Grayscale: #858585. Windows color (decimal): -14693087 or 2215199. OLE color: 2215199.
HSL color Cylindrical-coordinate representation of color #1FCD21: hue angle of 120.69º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCD21 is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 205 | 33 | - |
| CMYK | 0.85 | 0 | 0.84 | 0.20 |
| HSL | 120.69º | 0.74% | 0.46% | - |
| HSV(B) | 120.69º | 0.85% | 0.8% | - |
| XYZ | 22.67 | 44.06 | 8.75 | - |
| YUV | 133.37 | 71.35 | 54.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 205 | 33 | 0.85 | 0 | 0.84 | 0.20 | 120.69 | 0.74 | 0.46 |
| Hex | 1F | CD | 21 | 55 | 0 | 54 | 14 | 79 | 4A | 2E |
| Octal | 37 | 315 | 41 | 125 | 0 | 124 | 24 | 171 | 112 | 56 |
| Binary | 11111 | 11001101 | 100001 | 1010101 | 0 | 1010100 | 10100 | 1111001 | 1001010 | 101110 |
Color Harmonies of #1FCD21
Complementary color
Monochromatic Colors of #1FCD21
Black with #1FCD21
Text Example
Text Example
White with #1FCD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCD21; }
p { color: rgb(31,205,33); }
H1.HeaderClassName
{
color: #1FCD21;
}
.AnyTagClassName
{
color: #1FCD21;
}
</style>
background-color css
<style>
a { background-color: #1FCD21; }
a { background-color: rgb(31,205,33); }
div.DivClassName
{
background-color: #1FCD21;
}
.BgClassName
{
background-color: #1FCD21;
}
</style>
border-color css
<style>
span { border-color: #1FCD21; }
span { border-color: rgb(31,205,33); }
td.TdClassName
{
border-color: #1FCD21;
}
.TagClassName
{
border-color: #1FCD21;
}
</style>