Shades of Lime Green #1FBF3A
Tints of Lime Green #1FBF3A
RGB
CMYK
RGB Variations
Color information
#1FBF3A (or 0x1FBF3A) is known color: Lime Green. HEX triplet: 1F, BF and 3A. RGB value is (31,191,58). Sum of RGB (Red+Green+Blue) = 31+191+58=280 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.07% from 280); Green value is 191 (75% from 255 or 68.21% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 191 - color contains mainly: green. Hex color #1FBF3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FBF3A is #E040C5. Grayscale: #808080. Windows color (decimal): -14696646 or 3850015. OLE color: 3850015.
HSL color Cylindrical-coordinate representation of color #1FBF3A: hue angle of 130.12º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBF3A is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 191 | 58 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.25 |
| HSL | 130.13º | 0.72% | 0.44% | - |
| HSV(B) | 130.13º | 0.84% | 0.75% | - |
| XYZ | 19.96 | 37.86 | 10.26 | - |
| YUV | 128 | 88.49 | 58.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 191 | 58 | 0.84 | 0 | 0.70 | 0.25 | 130.13 | 0.72 | 0.44 |
| Hex | 1F | BF | 3A | 54 | 0 | 46 | 19 | 82 | 48 | 2C |
| Octal | 37 | 277 | 72 | 124 | 0 | 106 | 31 | 202 | 110 | 54 |
| Binary | 11111 | 10111111 | 111010 | 1010100 | 0 | 1000110 | 11001 | 10000010 | 1001000 | 101100 |
Color Harmonies of #1FBF3A
Complementary color
Monochromatic Colors of #1FBF3A
Black with #1FBF3A
Text Example
Text Example
White with #1FBF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBF3A; }
p { color: rgb(31,191,58); }
H1.HeaderClassName
{
color: #1FBF3A;
}
.AnyTagClassName
{
color: #1FBF3A;
}
</style>
background-color css
<style>
a { background-color: #1FBF3A; }
a { background-color: rgb(31,191,58); }
div.DivClassName
{
background-color: #1FBF3A;
}
.BgClassName
{
background-color: #1FBF3A;
}
</style>
border-color css
<style>
span { border-color: #1FBF3A; }
span { border-color: rgb(31,191,58); }
td.TdClassName
{
border-color: #1FBF3A;
}
.TagClassName
{
border-color: #1FBF3A;
}
</style>