Shades of Lime Green #1BD614
Tints of Lime Green #1BD614
RGB
CMYK
RGB Variations
Color information
#1BD614 (or 0x1BD614) is known color: Lime Green. HEX triplet: 1B, D6 and 14. RGB value is (27,214,20). Sum of RGB (Red+Green+Blue) = 27+214+20=261 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.34% from 261); Green value is 214 (83.98% from 255 or 81.99% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 214 - color contains mainly: green. Hex color #1BD614 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BD614 is #E429EB. Grayscale: #888888. Windows color (decimal): -14952940 or 1365531. OLE color: 1365531.
HSL color Cylindrical-coordinate representation of color #1BD614: hue angle of 117.84º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1BD614 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 27 | 214 | 20 | - |
| CMYK | 0.87 | 0 | 0.91 | 0.16 |
| HSL | 117.84º | 0.83% | 0.46% | - |
| HSV(B) | 117.84º | 0.91% | 0.84% | - |
| XYZ | 24.62 | 48.38 | 8.7 | - |
| YUV | 135.97 | 62.55 | 50.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 214 | 20 | 0.87 | 0 | 0.91 | 0.16 | 117.84 | 0.83 | 0.46 |
| Hex | 1B | D6 | 14 | 57 | 0 | 5B | 10 | 76 | 53 | 2E |
| Octal | 33 | 326 | 24 | 127 | 0 | 133 | 20 | 166 | 123 | 56 |
| Binary | 11011 | 11010110 | 10100 | 1010111 | 0 | 1011011 | 10000 | 1110110 | 1010011 | 101110 |
Color Harmonies of #1BD614
Complementary color
Monochromatic Colors of #1BD614
Black with #1BD614
Text Example
Text Example
White with #1BD614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD614; }
p { color: rgb(27,214,20); }
H1.HeaderClassName
{
color: #1BD614;
}
.AnyTagClassName
{
color: #1BD614;
}
</style>
background-color css
<style>
a { background-color: #1BD614; }
a { background-color: rgb(27,214,20); }
div.DivClassName
{
background-color: #1BD614;
}
.BgClassName
{
background-color: #1BD614;
}
</style>
border-color css
<style>
span { border-color: #1BD614; }
span { border-color: rgb(27,214,20); }
td.TdClassName
{
border-color: #1BD614;
}
.TagClassName
{
border-color: #1BD614;
}
</style>