Shades of Lime Green #1BCD12
Tints of Lime Green #1BCD12
RGB
CMYK
RGB Variations
Color information
#1BCD12 (or 0x1BCD12) is known color: Lime Green. HEX triplet: 1B, CD and 12. RGB value is (27,205,18). Sum of RGB (Red+Green+Blue) = 27+205+18=250 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.8% from 250); Green value is 205 (80.47% from 255 or 82% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 205 - color contains mainly: green. Hex color #1BCD12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BCD12 is #E432ED. Grayscale: #838383. Windows color (decimal): -14955246 or 1232155. OLE color: 1232155.
HSL color Cylindrical-coordinate representation of color #1BCD12: hue angle of 117.11º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1BCD12 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 205 | 18 | - |
| CMYK | 0.87 | 0 | 0.91 | 0.20 |
| HSL | 117.11º | 0.84% | 0.44% | - |
| HSV(B) | 117.11º | 0.91% | 0.8% | - |
| XYZ | 22.39 | 43.94 | 7.87 | - |
| YUV | 130.46 | 64.53 | 54.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 205 | 18 | 0.87 | 0 | 0.91 | 0.20 | 117.11 | 0.84 | 0.44 |
| Hex | 1B | CD | 12 | 57 | 0 | 5B | 14 | 75 | 54 | 2C |
| Octal | 33 | 315 | 22 | 127 | 0 | 133 | 24 | 165 | 124 | 54 |
| Binary | 11011 | 11001101 | 10010 | 1010111 | 0 | 1011011 | 10100 | 1110101 | 1010100 | 101100 |
Color Harmonies of #1BCD12
Complementary color
Monochromatic Colors of #1BCD12
Black with #1BCD12
Text Example
Text Example
White with #1BCD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCD12; }
p { color: rgb(27,205,18); }
H1.HeaderClassName
{
color: #1BCD12;
}
.AnyTagClassName
{
color: #1BCD12;
}
</style>
background-color css
<style>
a { background-color: #1BCD12; }
a { background-color: rgb(27,205,18); }
div.DivClassName
{
background-color: #1BCD12;
}
.BgClassName
{
background-color: #1BCD12;
}
</style>
border-color css
<style>
span { border-color: #1BCD12; }
span { border-color: rgb(27,205,18); }
td.TdClassName
{
border-color: #1BCD12;
}
.TagClassName
{
border-color: #1BCD12;
}
</style>