Shades of Lime Green #1FBA1D
Tints of Lime Green #1FBA1D
RGB
CMYK
RGB Variations
Color information
#1FBA1D (or 0x1FBA1D) is known color: Lime Green. HEX triplet: 1F, BA and 1D. RGB value is (31,186,29). Sum of RGB (Red+Green+Blue) = 31+186+29=246 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.60% from 246); Green value is 186 (73.05% from 255 or 75.61% from 246); Blue value is 29 (11.72% from 255 or 11.79% from 246); Max value from RGB is 186 - color contains mainly: green. Hex color #1FBA1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FBA1D is #E045E2. Grayscale: #7A7A7A. Windows color (decimal): -14697955 or 1948191. OLE color: 1948191.
HSL color Cylindrical-coordinate representation of color #1FBA1D: hue angle of 119.24º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBA1D is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 31 | 186 | 29 | - |
| CMYK | 0.83 | 0 | 0.84 | 0.27 |
| HSL | 119.24º | 0.73% | 0.42% | - |
| HSV(B) | 119.24º | 0.84% | 0.73% | - |
| XYZ | 18.35 | 35.5 | 7.05 | - |
| YUV | 121.76 | 75.65 | 63.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 186 | 29 | 0.83 | 0 | 0.84 | 0.27 | 119.24 | 0.73 | 0.42 |
| Hex | 1F | BA | 1D | 53 | 0 | 54 | 1B | 77 | 49 | 2A |
| Octal | 37 | 272 | 35 | 123 | 0 | 124 | 33 | 167 | 111 | 52 |
| Binary | 11111 | 10111010 | 11101 | 1010011 | 0 | 1010100 | 11011 | 1110111 | 1001001 | 101010 |
Color Harmonies of #1FBA1D
Complementary color
Monochromatic Colors of #1FBA1D
Black with #1FBA1D
Text Example
Text Example
White with #1FBA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBA1D; }
p { color: rgb(31,186,29); }
H1.HeaderClassName
{
color: #1FBA1D;
}
.AnyTagClassName
{
color: #1FBA1D;
}
</style>
background-color css
<style>
a { background-color: #1FBA1D; }
a { background-color: rgb(31,186,29); }
div.DivClassName
{
background-color: #1FBA1D;
}
.BgClassName
{
background-color: #1FBA1D;
}
</style>
border-color css
<style>
span { border-color: #1FBA1D; }
span { border-color: rgb(31,186,29); }
td.TdClassName
{
border-color: #1FBA1D;
}
.TagClassName
{
border-color: #1FBA1D;
}
</style>