Shades of Lime Green #1FB935
Tints of Lime Green #1FB935
RGB
CMYK
RGB Variations
Color information
#1FB935 (or 0x1FB935) is known color: Lime Green. HEX triplet: 1F, B9 and 35. RGB value is (31,185,53). Sum of RGB (Red+Green+Blue) = 31+185+53=269 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.52% from 269); Green value is 185 (72.66% from 255 or 68.77% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 185 - color contains mainly: green. Hex color #1FB935 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB935 is #E046CA. Grayscale: #7C7C7C. Windows color (decimal): -14698187 or 3520799. OLE color: 3520799.
HSL color Cylindrical-coordinate representation of color #1FB935: hue angle of 128.57º 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 #1FB935 is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 31 | 185 | 53 | - |
| CMYK | 0.83 | 0 | 0.71 | 0.27 |
| HSL | 128.57º | 0.71% | 0.42% | - |
| HSV(B) | 128.57º | 0.83% | 0.73% | - |
| XYZ | 18.56 | 35.25 | 9.19 | - |
| YUV | 123.91 | 87.98 | 61.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 185 | 53 | 0.83 | 0 | 0.71 | 0.27 | 128.57 | 0.71 | 0.42 |
| Hex | 1F | B9 | 35 | 53 | 0 | 47 | 1B | 81 | 47 | 2A |
| Octal | 37 | 271 | 65 | 123 | 0 | 107 | 33 | 201 | 107 | 52 |
| Binary | 11111 | 10111001 | 110101 | 1010011 | 0 | 1000111 | 11011 | 10000001 | 1000111 | 101010 |
Color Harmonies of #1FB935
Complementary color
Monochromatic Colors of #1FB935
Black with #1FB935
Text Example
Text Example
White with #1FB935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB935; }
p { color: rgb(31,185,53); }
H1.HeaderClassName
{
color: #1FB935;
}
.AnyTagClassName
{
color: #1FB935;
}
</style>
background-color css
<style>
a { background-color: #1FB935; }
a { background-color: rgb(31,185,53); }
div.DivClassName
{
background-color: #1FB935;
}
.BgClassName
{
background-color: #1FB935;
}
</style>
border-color css
<style>
span { border-color: #1FB935; }
span { border-color: rgb(31,185,53); }
td.TdClassName
{
border-color: #1FB935;
}
.TagClassName
{
border-color: #1FB935;
}
</style>