Shades of Lime Green #1FCC21
Tints of Lime Green #1FCC21
RGB
CMYK
RGB Variations
Color information
#1FCC21 (or 0x1FCC21) is known color: Lime Green. HEX triplet: 1F, CC and 21. RGB value is (31,204,33). Sum of RGB (Red+Green+Blue) = 31+204+33=268 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.57% from 268); Green value is 204 (80.08% from 255 or 76.12% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 204 - color contains mainly: green. Hex color #1FCC21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FCC21 is #E033DE. Grayscale: #858585. Windows color (decimal): -14693343 or 2214943. OLE color: 2214943.
HSL color Cylindrical-coordinate representation of color #1FCC21: 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 #1FCC21 is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 204 | 33 | - |
| CMYK | 0.85 | 0 | 0.84 | 0.2 |
| HSL | 120.69º | 0.74% | 0.46% | - |
| HSV(B) | 120.69º | 0.85% | 0.8% | - |
| XYZ | 22.43 | 43.59 | 8.67 | - |
| YUV | 132.78 | 71.69 | 55.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 204 | 33 | 0.85 | 0 | 0.84 | 0.2 | 120.69 | 0.74 | 0.46 |
| Hex | 1F | CC | 21 | 55 | 0 | 54 | 14 | 79 | 4A | 2E |
| Octal | 37 | 314 | 41 | 125 | 0 | 124 | 24 | 171 | 112 | 56 |
| Binary | 11111 | 11001100 | 100001 | 1010101 | 0 | 1010100 | 10100 | 1111001 | 1001010 | 101110 |
Color Harmonies of #1FCC21
Complementary color
Monochromatic Colors of #1FCC21
Black with #1FCC21
Text Example
Text Example
White with #1FCC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCC21; }
p { color: rgb(31,204,33); }
H1.HeaderClassName
{
color: #1FCC21;
}
.AnyTagClassName
{
color: #1FCC21;
}
</style>
background-color css
<style>
a { background-color: #1FCC21; }
a { background-color: rgb(31,204,33); }
div.DivClassName
{
background-color: #1FCC21;
}
.BgClassName
{
background-color: #1FCC21;
}
</style>
border-color css
<style>
span { border-color: #1FCC21; }
span { border-color: rgb(31,204,33); }
td.TdClassName
{
border-color: #1FCC21;
}
.TagClassName
{
border-color: #1FCC21;
}
</style>