Shades of Lime Green #1FBE0A
Tints of Lime Green #1FBE0A
RGB
CMYK
RGB Variations
Color information
#1FBE0A (or 0x1FBE0A) is known color: Lime Green. HEX triplet: 1F, BE and 0A. RGB value is (31,190,10). Sum of RGB (Red+Green+Blue) = 31+190+10=231 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.42% from 231); Green value is 190 (74.61% from 255 or 82.25% from 231); Blue value is 10 (4.30% from 255 or 4.33% from 231); Max value from RGB is 190 - color contains mainly: green. Hex color #1FBE0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FBE0A is #E041F5. Grayscale: #7A7A7A. Windows color (decimal): -14696950 or 704031. OLE color: 704031.
HSL color Cylindrical-coordinate representation of color #1FBE0A: hue angle of 113º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1FBE0A is Cyan = 0.84, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 190 | 10 | - |
| CMYK | 0.84 | 0 | 0.95 | 0.25 |
| HSL | 113º | 0.9% | 0.39% | - |
| HSV(B) | 113º | 0.95% | 0.75% | - |
| XYZ | 19.03 | 37.14 | 6.45 | - |
| YUV | 121.94 | 64.82 | 63.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 190 | 10 | 0.84 | 0 | 0.95 | 0.25 | 113 | 0.9 | 0.39 |
| Hex | 1F | BE | A | 54 | 0 | 5F | 19 | 71 | 5A | 27 |
| Octal | 37 | 276 | 12 | 124 | 0 | 137 | 31 | 161 | 132 | 47 |
| Binary | 11111 | 10111110 | 1010 | 1010100 | 0 | 1011111 | 11001 | 1110001 | 1011010 | 100111 |
Color Harmonies of #1FBE0A
Complementary color
Monochromatic Colors of #1FBE0A
Black with #1FBE0A
Text Example
Text Example
White with #1FBE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBE0A; }
p { color: rgb(31,190,10); }
H1.HeaderClassName
{
color: #1FBE0A;
}
.AnyTagClassName
{
color: #1FBE0A;
}
</style>
background-color css
<style>
a { background-color: #1FBE0A; }
a { background-color: rgb(31,190,10); }
div.DivClassName
{
background-color: #1FBE0A;
}
.BgClassName
{
background-color: #1FBE0A;
}
</style>
border-color css
<style>
span { border-color: #1FBE0A; }
span { border-color: rgb(31,190,10); }
td.TdClassName
{
border-color: #1FBE0A;
}
.TagClassName
{
border-color: #1FBE0A;
}
</style>