Shades of Lime Green #1BCD0C
Tints of Lime Green #1BCD0C
RGB
CMYK
RGB Variations
Color information
#1BCD0C (or 0x1BCD0C) is known color: Lime Green. HEX triplet: 1B, CD and 0C. RGB value is (27,205,12). Sum of RGB (Red+Green+Blue) = 27+205+12=244 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.07% from 244); Green value is 205 (80.47% from 255 or 84.02% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 205 - color contains mainly: green. Hex color #1BCD0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BCD0C is #E432F3. Grayscale: #828282. Windows color (decimal): -14955252 or 838939. OLE color: 838939.
HSL color Cylindrical-coordinate representation of color #1BCD0C: hue angle of 115.34º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1BCD0C is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 205 | 12 | - |
| CMYK | 0.87 | 0 | 0.94 | 0.20 |
| HSL | 115.34º | 0.89% | 0.43% | - |
| HSV(B) | 115.34º | 0.94% | 0.8% | - |
| XYZ | 22.35 | 43.92 | 7.65 | - |
| YUV | 129.78 | 61.53 | 54.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 205 | 12 | 0.87 | 0 | 0.94 | 0.20 | 115.34 | 0.89 | 0.43 |
| Hex | 1B | CD | C | 57 | 0 | 5E | 14 | 73 | 59 | 2B |
| Octal | 33 | 315 | 14 | 127 | 0 | 136 | 24 | 163 | 131 | 53 |
| Binary | 11011 | 11001101 | 1100 | 1010111 | 0 | 1011110 | 10100 | 1110011 | 1011001 | 101011 |
Color Harmonies of #1BCD0C
Complementary color
Monochromatic Colors of #1BCD0C
Black with #1BCD0C
Text Example
Text Example
White with #1BCD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCD0C; }
p { color: rgb(27,205,12); }
H1.HeaderClassName
{
color: #1BCD0C;
}
.AnyTagClassName
{
color: #1BCD0C;
}
</style>
background-color css
<style>
a { background-color: #1BCD0C; }
a { background-color: rgb(27,205,12); }
div.DivClassName
{
background-color: #1BCD0C;
}
.BgClassName
{
background-color: #1BCD0C;
}
</style>
border-color css
<style>
span { border-color: #1BCD0C; }
span { border-color: rgb(27,205,12); }
td.TdClassName
{
border-color: #1BCD0C;
}
.TagClassName
{
border-color: #1BCD0C;
}
</style>