Shades of Lime Green #1FBF23
Tints of Lime Green #1FBF23
RGB
CMYK
RGB Variations
Color information
#1FBF23 (or 0x1FBF23) is known color: Lime Green. HEX triplet: 1F, BF and 23. RGB value is (31,191,35). Sum of RGB (Red+Green+Blue) = 31+191+35=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 191 (75% from 255 or 74.32% from 257); Blue value is 35 (14.06% from 255 or 13.62% from 257); Max value from RGB is 191 - color contains mainly: green. Hex color #1FBF23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FBF23 is #E040DC. Grayscale: #7D7D7D. Windows color (decimal): -14696669 or 2342687. OLE color: 2342687.
HSL color Cylindrical-coordinate representation of color #1FBF23: hue angle of 121.5º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBF23 is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 191 | 35 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.25 |
| HSL | 121.5º | 0.72% | 0.44% | - |
| HSV(B) | 121.5º | 0.84% | 0.75% | - |
| XYZ | 19.5 | 37.67 | 7.83 | - |
| YUV | 125.38 | 76.99 | 60.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 191 | 35 | 0.84 | 0 | 0.82 | 0.25 | 121.5 | 0.72 | 0.44 |
| Hex | 1F | BF | 23 | 54 | 0 | 52 | 19 | 7A | 48 | 2C |
| Octal | 37 | 277 | 43 | 124 | 0 | 122 | 31 | 172 | 110 | 54 |
| Binary | 11111 | 10111111 | 100011 | 1010100 | 0 | 1010010 | 11001 | 1111010 | 1001000 | 101100 |
Color Harmonies of #1FBF23
Complementary color
Monochromatic Colors of #1FBF23
Black with #1FBF23
Text Example
Text Example
White with #1FBF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBF23; }
p { color: rgb(31,191,35); }
H1.HeaderClassName
{
color: #1FBF23;
}
.AnyTagClassName
{
color: #1FBF23;
}
</style>
background-color css
<style>
a { background-color: #1FBF23; }
a { background-color: rgb(31,191,35); }
div.DivClassName
{
background-color: #1FBF23;
}
.BgClassName
{
background-color: #1FBF23;
}
</style>
border-color css
<style>
span { border-color: #1FBF23; }
span { border-color: rgb(31,191,35); }
td.TdClassName
{
border-color: #1FBF23;
}
.TagClassName
{
border-color: #1FBF23;
}
</style>