Shades of Lime Green #1FB42B
Tints of Lime Green #1FB42B
RGB
CMYK
RGB Variations
Color information
#1FB42B (or 0x1FB42B) is known color: Lime Green. HEX triplet: 1F, B4 and 2B. RGB value is (31,180,43). Sum of RGB (Red+Green+Blue) = 31+180+43=254 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.20% from 254); Green value is 180 (70.70% from 255 or 70.87% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 180 - color contains mainly: green. Hex color #1FB42B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB42B is #E04BD4. Grayscale: #787878. Windows color (decimal): -14699477 or 2864159. OLE color: 2864159.
HSL color Cylindrical-coordinate representation of color #1FB42B: hue angle of 124.83º 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 #1FB42B is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 180 | 43 | - |
| CMYK | 0.83 | 0 | 0.76 | 0.29 |
| HSL | 124.83º | 0.71% | 0.41% | - |
| HSV(B) | 124.83º | 0.83% | 0.71% | - |
| XYZ | 17.32 | 33.11 | 7.76 | - |
| YUV | 119.83 | 84.64 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 180 | 43 | 0.83 | 0 | 0.76 | 0.29 | 124.83 | 0.71 | 0.41 |
| Hex | 1F | B4 | 2B | 53 | 0 | 4C | 1D | 7D | 47 | 29 |
| Octal | 37 | 264 | 53 | 123 | 0 | 114 | 35 | 175 | 107 | 51 |
| Binary | 11111 | 10110100 | 101011 | 1010011 | 0 | 1001100 | 11101 | 1111101 | 1000111 | 101001 |
Color Harmonies of #1FB42B
Complementary color
Monochromatic Colors of #1FB42B
Black with #1FB42B
Text Example
Text Example
White with #1FB42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB42B; }
p { color: rgb(31,180,43); }
H1.HeaderClassName
{
color: #1FB42B;
}
.AnyTagClassName
{
color: #1FB42B;
}
</style>
background-color css
<style>
a { background-color: #1FB42B; }
a { background-color: rgb(31,180,43); }
div.DivClassName
{
background-color: #1FB42B;
}
.BgClassName
{
background-color: #1FB42B;
}
</style>
border-color css
<style>
span { border-color: #1FB42B; }
span { border-color: rgb(31,180,43); }
td.TdClassName
{
border-color: #1FB42B;
}
.TagClassName
{
border-color: #1FB42B;
}
</style>