Shades of Lime Green #1BCE1F
Tints of Lime Green #1BCE1F
RGB
CMYK
RGB Variations
Color information
#1BCE1F (or 0x1BCE1F) is known color: Lime Green. HEX triplet: 1B, CE and 1F. RGB value is (27,206,31). Sum of RGB (Red+Green+Blue) = 27+206+31=264 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.23% from 264); Green value is 206 (80.86% from 255 or 78.03% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 206 - color contains mainly: green. Hex color #1BCE1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BCE1F is #E431E0. Grayscale: #858585. Windows color (decimal): -14954977 or 2084379. OLE color: 2084379.
HSL color Cylindrical-coordinate representation of color #1BCE1F: hue angle of 121.34º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCE1F is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 206 | 31 | - |
| CMYK | 0.87 | 0 | 0.85 | 0.19 |
| HSL | 121.34º | 0.77% | 0.46% | - |
| HSV(B) | 121.34º | 0.87% | 0.81% | - |
| XYZ | 22.77 | 44.47 | 8.68 | - |
| YUV | 132.53 | 70.7 | 52.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 206 | 31 | 0.87 | 0 | 0.85 | 0.19 | 121.34 | 0.77 | 0.46 |
| Hex | 1B | CE | 1F | 57 | 0 | 55 | 13 | 79 | 4D | 2E |
| Octal | 33 | 316 | 37 | 127 | 0 | 125 | 23 | 171 | 115 | 56 |
| Binary | 11011 | 11001110 | 11111 | 1010111 | 0 | 1010101 | 10011 | 1111001 | 1001101 | 101110 |
Color Harmonies of #1BCE1F
Complementary color
Monochromatic Colors of #1BCE1F
Black with #1BCE1F
Text Example
Text Example
White with #1BCE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCE1F; }
p { color: rgb(27,206,31); }
H1.HeaderClassName
{
color: #1BCE1F;
}
.AnyTagClassName
{
color: #1BCE1F;
}
</style>
background-color css
<style>
a { background-color: #1BCE1F; }
a { background-color: rgb(27,206,31); }
div.DivClassName
{
background-color: #1BCE1F;
}
.BgClassName
{
background-color: #1BCE1F;
}
</style>
border-color css
<style>
span { border-color: #1BCE1F; }
span { border-color: rgb(27,206,31); }
td.TdClassName
{
border-color: #1BCE1F;
}
.TagClassName
{
border-color: #1BCE1F;
}
</style>