Shades of Lime Green #1BB714
Tints of Lime Green #1BB714
RGB
CMYK
RGB Variations
Color information
#1BB714 (or 0x1BB714) is known color: Lime Green. HEX triplet: 1B, B7 and 14. RGB value is (27,183,20). Sum of RGB (Red+Green+Blue) = 27+183+20=230 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.74% from 230); Green value is 183 (71.88% from 255 or 79.57% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 183 - color contains mainly: green. Hex color #1BB714 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BB714 is #E448EB. Grayscale: #767676. Windows color (decimal): -14960876 or 1357595. OLE color: 1357595.
HSL color Cylindrical-coordinate representation of color #1BB714: hue angle of 117.42º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BB714 is Cyan = 0.85, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 27 | 183 | 20 | - |
| CMYK | 0.85 | 0 | 0.89 | 0.28 |
| HSL | 117.42º | 0.8% | 0.4% | - |
| HSV(B) | 117.42º | 0.89% | 0.72% | - |
| XYZ | 17.51 | 34.15 | 6.33 | - |
| YUV | 117.77 | 72.82 | 63.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 183 | 20 | 0.85 | 0 | 0.89 | 0.28 | 117.42 | 0.8 | 0.4 |
| Hex | 1B | B7 | 14 | 55 | 0 | 59 | 1C | 75 | 50 | 28 |
| Octal | 33 | 267 | 24 | 125 | 0 | 131 | 34 | 165 | 120 | 50 |
| Binary | 11011 | 10110111 | 10100 | 1010101 | 0 | 1011001 | 11100 | 1110101 | 1010000 | 101000 |
Color Harmonies of #1BB714
Complementary color
Monochromatic Colors of #1BB714
Black with #1BB714
Text Example
Text Example
White with #1BB714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB714; }
p { color: rgb(27,183,20); }
H1.HeaderClassName
{
color: #1BB714;
}
.AnyTagClassName
{
color: #1BB714;
}
</style>
background-color css
<style>
a { background-color: #1BB714; }
a { background-color: rgb(27,183,20); }
div.DivClassName
{
background-color: #1BB714;
}
.BgClassName
{
background-color: #1BB714;
}
</style>
border-color css
<style>
span { border-color: #1BB714; }
span { border-color: rgb(27,183,20); }
td.TdClassName
{
border-color: #1BB714;
}
.TagClassName
{
border-color: #1BB714;
}
</style>