Shades of Lime Green #1BCE14
Tints of Lime Green #1BCE14
RGB
CMYK
RGB Variations
Color information
#1BCE14 (or 0x1BCE14) is known color: Lime Green. HEX triplet: 1B, CE and 14. RGB value is (27,206,20). Sum of RGB (Red+Green+Blue) = 27+206+20=253 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.67% from 253); Green value is 206 (80.86% from 255 or 81.42% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 206 - color contains mainly: green. Hex color #1BCE14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BCE14 is #E431EB. Grayscale: #838383. Windows color (decimal): -14954988 or 1363483. OLE color: 1363483.
HSL color Cylindrical-coordinate representation of color #1BCE14: hue angle of 117.74º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1BCE14 is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 206 | 20 | - |
| CMYK | 0.87 | 0 | 0.90 | 0.19 |
| HSL | 117.74º | 0.82% | 0.44% | - |
| HSV(B) | 117.74º | 0.9% | 0.81% | - |
| XYZ | 22.65 | 44.43 | 8.04 | - |
| YUV | 131.28 | 65.2 | 53.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 206 | 20 | 0.87 | 0 | 0.90 | 0.19 | 117.74 | 0.82 | 0.44 |
| Hex | 1B | CE | 14 | 57 | 0 | 5A | 13 | 76 | 52 | 2C |
| Octal | 33 | 316 | 24 | 127 | 0 | 132 | 23 | 166 | 122 | 54 |
| Binary | 11011 | 11001110 | 10100 | 1010111 | 0 | 1011010 | 10011 | 1110110 | 1010010 | 101100 |
Color Harmonies of #1BCE14
Complementary color
Monochromatic Colors of #1BCE14
Black with #1BCE14
Text Example
Text Example
White with #1BCE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCE14; }
p { color: rgb(27,206,20); }
H1.HeaderClassName
{
color: #1BCE14;
}
.AnyTagClassName
{
color: #1BCE14;
}
</style>
background-color css
<style>
a { background-color: #1BCE14; }
a { background-color: rgb(27,206,20); }
div.DivClassName
{
background-color: #1BCE14;
}
.BgClassName
{
background-color: #1BCE14;
}
</style>
border-color css
<style>
span { border-color: #1BCE14; }
span { border-color: rgb(27,206,20); }
td.TdClassName
{
border-color: #1BCE14;
}
.TagClassName
{
border-color: #1BCE14;
}
</style>