Shades of Lime Green #1FD229
Tints of Lime Green #1FD229
RGB
CMYK
RGB Variations
Color information
#1FD229 (or 0x1FD229) is known color: Lime Green. HEX triplet: 1F, D2 and 29. RGB value is (31,210,41). Sum of RGB (Red+Green+Blue) = 31+210+41=282 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.99% from 282); Green value is 210 (82.42% from 255 or 74.47% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 210 - color contains mainly: green. Hex color #1FD229 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD229 is #E02DD6. Grayscale: #898989. Windows color (decimal): -14691799 or 2740767. OLE color: 2740767.
HSL color Cylindrical-coordinate representation of color #1FD229: hue angle of 123.35º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD229 is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 210 | 41 | - |
| CMYK | 0.85 | 0 | 0.80 | 0.18 |
| HSL | 123.35º | 0.74% | 0.47% | - |
| HSV(B) | 123.35º | 0.85% | 0.82% | - |
| XYZ | 24.01 | 46.54 | 9.82 | - |
| YUV | 137.21 | 73.7 | 52.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 210 | 41 | 0.85 | 0 | 0.80 | 0.18 | 123.35 | 0.74 | 0.47 |
| Hex | 1F | D2 | 29 | 55 | 0 | 50 | 12 | 7B | 4A | 2F |
| Octal | 37 | 322 | 51 | 125 | 0 | 120 | 22 | 173 | 112 | 57 |
| Binary | 11111 | 11010010 | 101001 | 1010101 | 0 | 1010000 | 10010 | 1111011 | 1001010 | 101111 |
Color Harmonies of #1FD229
Complementary color
Monochromatic Colors of #1FD229
Black with #1FD229
Text Example
Text Example
White with #1FD229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD229; }
p { color: rgb(31,210,41); }
H1.HeaderClassName
{
color: #1FD229;
}
.AnyTagClassName
{
color: #1FD229;
}
</style>
background-color css
<style>
a { background-color: #1FD229; }
a { background-color: rgb(31,210,41); }
div.DivClassName
{
background-color: #1FD229;
}
.BgClassName
{
background-color: #1FD229;
}
</style>
border-color css
<style>
span { border-color: #1FD229; }
span { border-color: rgb(31,210,41); }
td.TdClassName
{
border-color: #1FD229;
}
.TagClassName
{
border-color: #1FD229;
}
</style>