Shades of Lime Green #1FBC2D
Tints of Lime Green #1FBC2D
RGB
CMYK
RGB Variations
Color information
#1FBC2D (or 0x1FBC2D) is known color: Lime Green. HEX triplet: 1F, BC and 2D. RGB value is (31,188,45). Sum of RGB (Red+Green+Blue) = 31+188+45=264 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.74% from 264); Green value is 188 (73.83% from 255 or 71.21% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 188 - color contains mainly: green. Hex color #1FBC2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FBC2D is #E043D2. Grayscale: #7D7D7D. Windows color (decimal): -14697427 or 2997279. OLE color: 2997279.
HSL color Cylindrical-coordinate representation of color #1FBC2D: hue angle of 125.35º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBC2D is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 188 | 45 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.26 |
| HSL | 125.35º | 0.72% | 0.43% | - |
| HSV(B) | 125.35º | 0.84% | 0.74% | - |
| XYZ | 19.02 | 36.45 | 8.52 | - |
| YUV | 124.76 | 82.99 | 61.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 188 | 45 | 0.84 | 0 | 0.76 | 0.26 | 125.35 | 0.72 | 0.43 |
| Hex | 1F | BC | 2D | 54 | 0 | 4C | 1A | 7D | 48 | 2B |
| Octal | 37 | 274 | 55 | 124 | 0 | 114 | 32 | 175 | 110 | 53 |
| Binary | 11111 | 10111100 | 101101 | 1010100 | 0 | 1001100 | 11010 | 1111101 | 1001000 | 101011 |
Color Harmonies of #1FBC2D
Complementary color
Monochromatic Colors of #1FBC2D
Black with #1FBC2D
Text Example
Text Example
White with #1FBC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBC2D; }
p { color: rgb(31,188,45); }
H1.HeaderClassName
{
color: #1FBC2D;
}
.AnyTagClassName
{
color: #1FBC2D;
}
</style>
background-color css
<style>
a { background-color: #1FBC2D; }
a { background-color: rgb(31,188,45); }
div.DivClassName
{
background-color: #1FBC2D;
}
.BgClassName
{
background-color: #1FBC2D;
}
</style>
border-color css
<style>
span { border-color: #1FBC2D; }
span { border-color: rgb(31,188,45); }
td.TdClassName
{
border-color: #1FBC2D;
}
.TagClassName
{
border-color: #1FBC2D;
}
</style>