Shades of Lime Green #1BCD11
Tints of Lime Green #1BCD11
RGB
CMYK
RGB Variations
Color information
#1BCD11 (or 0x1BCD11) is known color: Lime Green. HEX triplet: 1B, CD and 11. RGB value is (27,205,17). Sum of RGB (Red+Green+Blue) = 27+205+17=249 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.84% from 249); Green value is 205 (80.47% from 255 or 82.33% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 205 - color contains mainly: green. Hex color #1BCD11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BCD11 is #E432EE. Grayscale: #828282. Windows color (decimal): -14955247 or 1166619. OLE color: 1166619.
HSL color Cylindrical-coordinate representation of color #1BCD11: hue angle of 116.81º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1BCD11 is Cyan = 0.87, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 205 | 17 | - |
| CMYK | 0.87 | 0 | 0.92 | 0.20 |
| HSL | 116.81º | 0.85% | 0.44% | - |
| HSV(B) | 116.81º | 0.92% | 0.8% | - |
| XYZ | 22.38 | 43.94 | 7.83 | - |
| YUV | 130.35 | 64.03 | 54.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 205 | 17 | 0.87 | 0 | 0.92 | 0.20 | 116.81 | 0.85 | 0.44 |
| Hex | 1B | CD | 11 | 57 | 0 | 5C | 14 | 75 | 55 | 2C |
| Octal | 33 | 315 | 21 | 127 | 0 | 134 | 24 | 165 | 125 | 54 |
| Binary | 11011 | 11001101 | 10001 | 1010111 | 0 | 1011100 | 10100 | 1110101 | 1010101 | 101100 |
Color Harmonies of #1BCD11
Complementary color
Monochromatic Colors of #1BCD11
Black with #1BCD11
Text Example
Text Example
White with #1BCD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCD11; }
p { color: rgb(27,205,17); }
H1.HeaderClassName
{
color: #1BCD11;
}
.AnyTagClassName
{
color: #1BCD11;
}
</style>
background-color css
<style>
a { background-color: #1BCD11; }
a { background-color: rgb(27,205,17); }
div.DivClassName
{
background-color: #1BCD11;
}
.BgClassName
{
background-color: #1BCD11;
}
</style>
border-color css
<style>
span { border-color: #1BCD11; }
span { border-color: rgb(27,205,17); }
td.TdClassName
{
border-color: #1BCD11;
}
.TagClassName
{
border-color: #1BCD11;
}
</style>