Shades of Lime Green #1FB930
Tints of Lime Green #1FB930
RGB
CMYK
RGB Variations
Color information
#1FB930 (or 0x1FB930) is known color: Lime Green. HEX triplet: 1F, B9 and 30. RGB value is (31,185,48). Sum of RGB (Red+Green+Blue) = 31+185+48=264 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.74% from 264); Green value is 185 (72.66% from 255 or 70.08% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 185 - color contains mainly: green. Hex color #1FB930 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB930 is #E046CF. Grayscale: #7B7B7B. Windows color (decimal): -14698192 or 3193119. OLE color: 3193119.
HSL color Cylindrical-coordinate representation of color #1FB930: hue angle of 126.62º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB930 is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 31 | 185 | 48 | - |
| CMYK | 0.83 | 0 | 0.74 | 0.27 |
| HSL | 126.62º | 0.71% | 0.42% | - |
| HSV(B) | 126.62º | 0.83% | 0.73% | - |
| XYZ | 18.45 | 35.2 | 8.62 | - |
| YUV | 123.34 | 85.48 | 62.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 185 | 48 | 0.83 | 0 | 0.74 | 0.27 | 126.62 | 0.71 | 0.42 |
| Hex | 1F | B9 | 30 | 53 | 0 | 4A | 1B | 7F | 47 | 2A |
| Octal | 37 | 271 | 60 | 123 | 0 | 112 | 33 | 177 | 107 | 52 |
| Binary | 11111 | 10111001 | 110000 | 1010011 | 0 | 1001010 | 11011 | 1111111 | 1000111 | 101010 |
Color Harmonies of #1FB930
Complementary color
Monochromatic Colors of #1FB930
Black with #1FB930
Text Example
Text Example
White with #1FB930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB930; }
p { color: rgb(31,185,48); }
H1.HeaderClassName
{
color: #1FB930;
}
.AnyTagClassName
{
color: #1FB930;
}
</style>
background-color css
<style>
a { background-color: #1FB930; }
a { background-color: rgb(31,185,48); }
div.DivClassName
{
background-color: #1FB930;
}
.BgClassName
{
background-color: #1FB930;
}
</style>
border-color css
<style>
span { border-color: #1FB930; }
span { border-color: rgb(31,185,48); }
td.TdClassName
{
border-color: #1FB930;
}
.TagClassName
{
border-color: #1FB930;
}
</style>