Shades of Lime Green #1FBE34
Tints of Lime Green #1FBE34
RGB
CMYK
RGB Variations
Color information
#1FBE34 (or 0x1FBE34) is known color: Lime Green. HEX triplet: 1F, BE and 34. RGB value is (31,190,52). Sum of RGB (Red+Green+Blue) = 31+190+52=273 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.36% from 273); Green value is 190 (74.61% from 255 or 69.60% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 190 - color contains mainly: green. Hex color #1FBE34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FBE34 is #E041CB. Grayscale: #7F7F7F. Windows color (decimal): -14696908 or 3456543. OLE color: 3456543.
HSL color Cylindrical-coordinate representation of color #1FBE34: hue angle of 127.92º degrees, saturation: 0.72, 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 #1FBE34 is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 190 | 52 | - |
| CMYK | 0.84 | 0 | 0.73 | 0.25 |
| HSL | 127.92º | 0.72% | 0.43% | - |
| HSV(B) | 127.92º | 0.84% | 0.75% | - |
| XYZ | 19.6 | 37.37 | 9.43 | - |
| YUV | 126.73 | 85.82 | 59.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 190 | 52 | 0.84 | 0 | 0.73 | 0.25 | 127.92 | 0.72 | 0.43 |
| Hex | 1F | BE | 34 | 54 | 0 | 49 | 19 | 80 | 48 | 2B |
| Octal | 37 | 276 | 64 | 124 | 0 | 111 | 31 | 200 | 110 | 53 |
| Binary | 11111 | 10111110 | 110100 | 1010100 | 0 | 1001001 | 11001 | 10000000 | 1001000 | 101011 |
Color Harmonies of #1FBE34
Complementary color
Monochromatic Colors of #1FBE34
Black with #1FBE34
Text Example
Text Example
White with #1FBE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBE34; }
p { color: rgb(31,190,52); }
H1.HeaderClassName
{
color: #1FBE34;
}
.AnyTagClassName
{
color: #1FBE34;
}
</style>
background-color css
<style>
a { background-color: #1FBE34; }
a { background-color: rgb(31,190,52); }
div.DivClassName
{
background-color: #1FBE34;
}
.BgClassName
{
background-color: #1FBE34;
}
</style>
border-color css
<style>
span { border-color: #1FBE34; }
span { border-color: rgb(31,190,52); }
td.TdClassName
{
border-color: #1FBE34;
}
.TagClassName
{
border-color: #1FBE34;
}
</style>