Shades of Lime Green #1BCE2D
Tints of Lime Green #1BCE2D
RGB
CMYK
RGB Variations
Color information
#1BCE2D (or 0x1BCE2D) is known color: Lime Green. HEX triplet: 1B, CE and 2D. RGB value is (27,206,45). Sum of RGB (Red+Green+Blue) = 27+206+45=278 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.71% from 278); Green value is 206 (80.86% from 255 or 74.10% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 206 - color contains mainly: green. Hex color #1BCE2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BCE2D is #E431D2. Grayscale: #868686. Windows color (decimal): -14954963 or 3001883. OLE color: 3001883.
HSL color Cylindrical-coordinate representation of color #1BCE2D: hue angle of 126.03º 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 #1BCE2D is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 206 | 45 | - |
| CMYK | 0.87 | 0 | 0.78 | 0.19 |
| HSL | 126.03º | 0.77% | 0.46% | - |
| HSV(B) | 126.03º | 0.87% | 0.81% | - |
| XYZ | 23 | 44.57 | 9.87 | - |
| YUV | 134.13 | 77.7 | 51.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 206 | 45 | 0.87 | 0 | 0.78 | 0.19 | 126.03 | 0.77 | 0.46 |
| Hex | 1B | CE | 2D | 57 | 0 | 4E | 13 | 7E | 4D | 2E |
| Octal | 33 | 316 | 55 | 127 | 0 | 116 | 23 | 176 | 115 | 56 |
| Binary | 11011 | 11001110 | 101101 | 1010111 | 0 | 1001110 | 10011 | 1111110 | 1001101 | 101110 |
Color Harmonies of #1BCE2D
Complementary color
Monochromatic Colors of #1BCE2D
Black with #1BCE2D
Text Example
Text Example
White with #1BCE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCE2D; }
p { color: rgb(27,206,45); }
H1.HeaderClassName
{
color: #1BCE2D;
}
.AnyTagClassName
{
color: #1BCE2D;
}
</style>
background-color css
<style>
a { background-color: #1BCE2D; }
a { background-color: rgb(27,206,45); }
div.DivClassName
{
background-color: #1BCE2D;
}
.BgClassName
{
background-color: #1BCE2D;
}
</style>
border-color css
<style>
span { border-color: #1BCE2D; }
span { border-color: rgb(27,206,45); }
td.TdClassName
{
border-color: #1BCE2D;
}
.TagClassName
{
border-color: #1BCE2D;
}
</style>