Shades of Lime Green #1FD32C
Tints of Lime Green #1FD32C
RGB
CMYK
RGB Variations
Color information
#1FD32C (or 0x1FD32C) is known color: Lime Green. HEX triplet: 1F, D3 and 2C. RGB value is (31,211,44). Sum of RGB (Red+Green+Blue) = 31+211+44=286 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.84% from 286); Green value is 211 (82.81% from 255 or 73.78% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 211 - color contains mainly: green. Hex color #1FD32C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD32C is #E02CD3. Grayscale: #8A8A8A. Windows color (decimal): -14691540 or 2937631. OLE color: 2937631.
HSL color Cylindrical-coordinate representation of color #1FD32C: hue angle of 124.33º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD32C is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 31 | 211 | 44 | - |
| CMYK | 0.85 | 0 | 0.79 | 0.17 |
| HSL | 124.33º | 0.74% | 0.47% | - |
| HSV(B) | 124.33º | 0.85% | 0.83% | - |
| XYZ | 24.31 | 47.06 | 10.19 | - |
| YUV | 138.14 | 74.87 | 51.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 211 | 44 | 0.85 | 0 | 0.79 | 0.17 | 124.33 | 0.74 | 0.47 |
| Hex | 1F | D3 | 2C | 55 | 0 | 4F | 11 | 7C | 4A | 2F |
| Octal | 37 | 323 | 54 | 125 | 0 | 117 | 21 | 174 | 112 | 57 |
| Binary | 11111 | 11010011 | 101100 | 1010101 | 0 | 1001111 | 10001 | 1111100 | 1001010 | 101111 |
Color Harmonies of #1FD32C
Complementary color
Monochromatic Colors of #1FD32C
Black with #1FD32C
Text Example
Text Example
White with #1FD32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD32C; }
p { color: rgb(31,211,44); }
H1.HeaderClassName
{
color: #1FD32C;
}
.AnyTagClassName
{
color: #1FD32C;
}
</style>
background-color css
<style>
a { background-color: #1FD32C; }
a { background-color: rgb(31,211,44); }
div.DivClassName
{
background-color: #1FD32C;
}
.BgClassName
{
background-color: #1FD32C;
}
</style>
border-color css
<style>
span { border-color: #1FD32C; }
span { border-color: rgb(31,211,44); }
td.TdClassName
{
border-color: #1FD32C;
}
.TagClassName
{
border-color: #1FD32C;
}
</style>