Shades of Lime Green #1DC41F
Tints of Lime Green #1DC41F
RGB
CMYK
RGB Variations
Color information
#1DC41F (or 0x1DC41F) is known color: Lime Green. HEX triplet: 1D, C4 and 1F. RGB value is (29,196,31). Sum of RGB (Red+Green+Blue) = 29+196+31=256 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.33% from 256); Green value is 196 (76.95% from 255 or 76.56% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 196 - color contains mainly: green. Hex color #1DC41F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC41F is #E23BE0. Grayscale: #7F7F7F. Windows color (decimal): -14826465 or 2081821. OLE color: 2081821.
HSL color Cylindrical-coordinate representation of color #1DC41F: hue angle of 120.72º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC41F is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 29 | 196 | 31 | - |
| CMYK | 0.85 | 0 | 0.84 | 0.23 |
| HSL | 120.72º | 0.74% | 0.44% | - |
| HSV(B) | 120.72º | 0.85% | 0.77% | - |
| XYZ | 20.49 | 39.84 | 7.91 | - |
| YUV | 127.26 | 73.67 | 57.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 196 | 31 | 0.85 | 0 | 0.84 | 0.23 | 120.72 | 0.74 | 0.44 |
| Hex | 1D | C4 | 1F | 55 | 0 | 54 | 17 | 79 | 4A | 2C |
| Octal | 35 | 304 | 37 | 125 | 0 | 124 | 27 | 171 | 112 | 54 |
| Binary | 11101 | 11000100 | 11111 | 1010101 | 0 | 1010100 | 10111 | 1111001 | 1001010 | 101100 |
Color Harmonies of #1DC41F
Complementary color
Monochromatic Colors of #1DC41F
Black with #1DC41F
Text Example
Text Example
White with #1DC41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC41F; }
p { color: rgb(29,196,31); }
H1.HeaderClassName
{
color: #1DC41F;
}
.AnyTagClassName
{
color: #1DC41F;
}
</style>
background-color css
<style>
a { background-color: #1DC41F; }
a { background-color: rgb(29,196,31); }
div.DivClassName
{
background-color: #1DC41F;
}
.BgClassName
{
background-color: #1DC41F;
}
</style>
border-color css
<style>
span { border-color: #1DC41F; }
span { border-color: rgb(29,196,31); }
td.TdClassName
{
border-color: #1DC41F;
}
.TagClassName
{
border-color: #1DC41F;
}
</style>