Shades of Lime Green #1FB22D
Tints of Lime Green #1FB22D
RGB
CMYK
RGB Variations
Color information
#1FB22D (or 0x1FB22D) is known color: Lime Green. HEX triplet: 1F, B2 and 2D. RGB value is (31,178,45). Sum of RGB (Red+Green+Blue) = 31+178+45=254 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.20% from 254); Green value is 178 (69.92% from 255 or 70.08% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 178 - color contains mainly: green. Hex color #1FB22D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FB22D is #E04DD2. Grayscale: #777777. Windows color (decimal): -14699987 or 2994719. OLE color: 2994719.
HSL color Cylindrical-coordinate representation of color #1FB22D: hue angle of 125.71º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB22D is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 31 | 178 | 45 | - |
| CMYK | 0.83 | 0 | 0.75 | 0.30 |
| HSL | 125.71º | 0.7% | 0.41% | - |
| HSV(B) | 125.71º | 0.83% | 0.7% | - |
| XYZ | 16.96 | 32.32 | 7.83 | - |
| YUV | 118.89 | 86.3 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 178 | 45 | 0.83 | 0 | 0.75 | 0.30 | 125.71 | 0.7 | 0.41 |
| Hex | 1F | B2 | 2D | 53 | 0 | 4B | 1E | 7E | 46 | 29 |
| Octal | 37 | 262 | 55 | 123 | 0 | 113 | 36 | 176 | 106 | 51 |
| Binary | 11111 | 10110010 | 101101 | 1010011 | 0 | 1001011 | 11110 | 1111110 | 1000110 | 101001 |
Color Harmonies of #1FB22D
Complementary color
Monochromatic Colors of #1FB22D
Black with #1FB22D
Text Example
Text Example
White with #1FB22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB22D; }
p { color: rgb(31,178,45); }
H1.HeaderClassName
{
color: #1FB22D;
}
.AnyTagClassName
{
color: #1FB22D;
}
</style>
background-color css
<style>
a { background-color: #1FB22D; }
a { background-color: rgb(31,178,45); }
div.DivClassName
{
background-color: #1FB22D;
}
.BgClassName
{
background-color: #1FB22D;
}
</style>
border-color css
<style>
span { border-color: #1FB22D; }
span { border-color: rgb(31,178,45); }
td.TdClassName
{
border-color: #1FB22D;
}
.TagClassName
{
border-color: #1FB22D;
}
</style>