Shades of Lime Green #1FBE1E
Tints of Lime Green #1FBE1E
RGB
CMYK
RGB Variations
Color information
#1FBE1E (or 0x1FBE1E) is known color: Lime Green. HEX triplet: 1F, BE and 1E. RGB value is (31,190,30). Sum of RGB (Red+Green+Blue) = 31+190+30=251 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.35% from 251); Green value is 190 (74.61% from 255 or 75.70% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 190 - color contains mainly: green. Hex color #1FBE1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FBE1E is #E041E1. Grayscale: #7C7C7C. Windows color (decimal): -14696930 or 2014751. OLE color: 2014751.
HSL color Cylindrical-coordinate representation of color #1FBE1E: hue angle of 119.62º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBE1E is Cyan = 0.84, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 190 | 30 | - |
| CMYK | 0.84 | 0 | 0.84 | 0.25 |
| HSL | 119.63º | 0.73% | 0.43% | - |
| HSV(B) | 119.63º | 0.84% | 0.75% | - |
| XYZ | 19.21 | 37.21 | 7.4 | - |
| YUV | 124.22 | 74.82 | 61.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 190 | 30 | 0.84 | 0 | 0.84 | 0.25 | 119.63 | 0.73 | 0.43 |
| Hex | 1F | BE | 1E | 54 | 0 | 54 | 19 | 78 | 49 | 2B |
| Octal | 37 | 276 | 36 | 124 | 0 | 124 | 31 | 170 | 111 | 53 |
| Binary | 11111 | 10111110 | 11110 | 1010100 | 0 | 1010100 | 11001 | 1111000 | 1001001 | 101011 |
Color Harmonies of #1FBE1E
Complementary color
Monochromatic Colors of #1FBE1E
Black with #1FBE1E
Text Example
Text Example
White with #1FBE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBE1E; }
p { color: rgb(31,190,30); }
H1.HeaderClassName
{
color: #1FBE1E;
}
.AnyTagClassName
{
color: #1FBE1E;
}
</style>
background-color css
<style>
a { background-color: #1FBE1E; }
a { background-color: rgb(31,190,30); }
div.DivClassName
{
background-color: #1FBE1E;
}
.BgClassName
{
background-color: #1FBE1E;
}
</style>
border-color css
<style>
span { border-color: #1FBE1E; }
span { border-color: rgb(31,190,30); }
td.TdClassName
{
border-color: #1FBE1E;
}
.TagClassName
{
border-color: #1FBE1E;
}
</style>