Shades of Lime Green #1FB42D
Tints of Lime Green #1FB42D
RGB
CMYK
RGB Variations
Color information
#1FB42D (or 0x1FB42D) is known color: Lime Green. HEX triplet: 1F, B4 and 2D. RGB value is (31,180,45). Sum of RGB (Red+Green+Blue) = 31+180+45=256 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.11% from 256); Green value is 180 (70.70% from 255 or 70.31% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 180 - color contains mainly: green. Hex color #1FB42D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB42D is #E04BD2. Grayscale: #787878. Windows color (decimal): -14699475 or 2995231. OLE color: 2995231.
HSL color Cylindrical-coordinate representation of color #1FB42D: hue angle of 125.64º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB42D is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 180 | 45 | - |
| CMYK | 0.83 | 0 | 0.75 | 0.29 |
| HSL | 125.64º | 0.71% | 0.41% | - |
| HSV(B) | 125.64º | 0.83% | 0.71% | - |
| XYZ | 17.36 | 33.12 | 7.96 | - |
| YUV | 120.06 | 85.64 | 64.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 180 | 45 | 0.83 | 0 | 0.75 | 0.29 | 125.64 | 0.71 | 0.41 |
| Hex | 1F | B4 | 2D | 53 | 0 | 4B | 1D | 7E | 47 | 29 |
| Octal | 37 | 264 | 55 | 123 | 0 | 113 | 35 | 176 | 107 | 51 |
| Binary | 11111 | 10110100 | 101101 | 1010011 | 0 | 1001011 | 11101 | 1111110 | 1000111 | 101001 |
Color Harmonies of #1FB42D
Complementary color
Monochromatic Colors of #1FB42D
Black with #1FB42D
Text Example
Text Example
White with #1FB42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB42D; }
p { color: rgb(31,180,45); }
H1.HeaderClassName
{
color: #1FB42D;
}
.AnyTagClassName
{
color: #1FB42D;
}
</style>
background-color css
<style>
a { background-color: #1FB42D; }
a { background-color: rgb(31,180,45); }
div.DivClassName
{
background-color: #1FB42D;
}
.BgClassName
{
background-color: #1FB42D;
}
</style>
border-color css
<style>
span { border-color: #1FB42D; }
span { border-color: rgb(31,180,45); }
td.TdClassName
{
border-color: #1FB42D;
}
.TagClassName
{
border-color: #1FB42D;
}
</style>