Shades of Lime Green #1FBE1D
Tints of Lime Green #1FBE1D
RGB
CMYK
RGB Variations
Color information
#1FBE1D (or 0x1FBE1D) is known color: Lime Green. HEX triplet: 1F, BE and 1D. RGB value is (31,190,29). Sum of RGB (Red+Green+Blue) = 31+190+29=250 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.4% from 250); Green value is 190 (74.61% from 255 or 76% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 190 - color contains mainly: green. Hex color #1FBE1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FBE1D is #E041E2. Grayscale: #7C7C7C. Windows color (decimal): -14696931 or 1949215. OLE color: 1949215.
HSL color Cylindrical-coordinate representation of color #1FBE1D: hue angle of 119.25º 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 #1FBE1D is Cyan = 0.84, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 190 | 29 | - |
| CMYK | 0.84 | 0 | 0.85 | 0.25 |
| HSL | 119.25º | 0.74% | 0.43% | - |
| HSV(B) | 119.25º | 0.85% | 0.75% | - |
| XYZ | 19.2 | 37.21 | 7.33 | - |
| YUV | 124.11 | 74.32 | 61.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 190 | 29 | 0.84 | 0 | 0.85 | 0.25 | 119.25 | 0.74 | 0.43 |
| Hex | 1F | BE | 1D | 54 | 0 | 55 | 19 | 77 | 4A | 2B |
| Octal | 37 | 276 | 35 | 124 | 0 | 125 | 31 | 167 | 112 | 53 |
| Binary | 11111 | 10111110 | 11101 | 1010100 | 0 | 1010101 | 11001 | 1110111 | 1001010 | 101011 |
Color Harmonies of #1FBE1D
Complementary color
Monochromatic Colors of #1FBE1D
Black with #1FBE1D
Text Example
Text Example
White with #1FBE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBE1D; }
p { color: rgb(31,190,29); }
H1.HeaderClassName
{
color: #1FBE1D;
}
.AnyTagClassName
{
color: #1FBE1D;
}
</style>
background-color css
<style>
a { background-color: #1FBE1D; }
a { background-color: rgb(31,190,29); }
div.DivClassName
{
background-color: #1FBE1D;
}
.BgClassName
{
background-color: #1FBE1D;
}
</style>
border-color css
<style>
span { border-color: #1FBE1D; }
span { border-color: rgb(31,190,29); }
td.TdClassName
{
border-color: #1FBE1D;
}
.TagClassName
{
border-color: #1FBE1D;
}
</style>