Shades of Lime Green #1FBF1C
Tints of Lime Green #1FBF1C
RGB
CMYK
RGB Variations
Color information
#1FBF1C (or 0x1FBF1C) is known color: Lime Green. HEX triplet: 1F, BF and 1C. RGB value is (31,191,28). Sum of RGB (Red+Green+Blue) = 31+191+28=250 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.4% from 250); Green value is 191 (75% from 255 or 76.4% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 191 - color contains mainly: green. Hex color #1FBF1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FBF1C is #E040E3. Grayscale: #7D7D7D. Windows color (decimal): -14696676 or 1883935. OLE color: 1883935.
HSL color Cylindrical-coordinate representation of color #1FBF1C: hue angle of 118.9º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FBF1C is Cyan = 0.84, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 191 | 28 | - |
| CMYK | 0.84 | 0 | 0.85 | 0.25 |
| HSL | 118.9º | 0.74% | 0.43% | - |
| HSV(B) | 118.9º | 0.85% | 0.75% | - |
| XYZ | 19.41 | 37.64 | 7.34 | - |
| YUV | 124.58 | 73.49 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 191 | 28 | 0.84 | 0 | 0.85 | 0.25 | 118.9 | 0.74 | 0.43 |
| Hex | 1F | BF | 1C | 54 | 0 | 55 | 19 | 77 | 4A | 2B |
| Octal | 37 | 277 | 34 | 124 | 0 | 125 | 31 | 167 | 112 | 53 |
| Binary | 11111 | 10111111 | 11100 | 1010100 | 0 | 1010101 | 11001 | 1110111 | 1001010 | 101011 |
Color Harmonies of #1FBF1C
Complementary color
Monochromatic Colors of #1FBF1C
Black with #1FBF1C
Text Example
Text Example
White with #1FBF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBF1C; }
p { color: rgb(31,191,28); }
H1.HeaderClassName
{
color: #1FBF1C;
}
.AnyTagClassName
{
color: #1FBF1C;
}
</style>
background-color css
<style>
a { background-color: #1FBF1C; }
a { background-color: rgb(31,191,28); }
div.DivClassName
{
background-color: #1FBF1C;
}
.BgClassName
{
background-color: #1FBF1C;
}
</style>
border-color css
<style>
span { border-color: #1FBF1C; }
span { border-color: rgb(31,191,28); }
td.TdClassName
{
border-color: #1FBF1C;
}
.TagClassName
{
border-color: #1FBF1C;
}
</style>