Shades of Lime Green #1BCF12
Tints of Lime Green #1BCF12
RGB
CMYK
RGB Variations
Color information
#1BCF12 (or 0x1BCF12) is known color: Lime Green. HEX triplet: 1B, CF and 12. RGB value is (27,207,18). Sum of RGB (Red+Green+Blue) = 27+207+18=252 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.71% from 252); Green value is 207 (81.25% from 255 or 82.14% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 207 - color contains mainly: green. Hex color #1BCF12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BCF12 is #E430ED. Grayscale: #848484. Windows color (decimal): -14954734 or 1232667. OLE color: 1232667.
HSL color Cylindrical-coordinate representation of color #1BCF12: hue angle of 117.14º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1BCF12 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 207 | 18 | - |
| CMYK | 0.87 | 0 | 0.91 | 0.19 |
| HSL | 117.14º | 0.84% | 0.44% | - |
| HSV(B) | 117.14º | 0.91% | 0.81% | - |
| XYZ | 22.87 | 44.9 | 8.03 | - |
| YUV | 131.63 | 63.87 | 53.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 207 | 18 | 0.87 | 0 | 0.91 | 0.19 | 117.14 | 0.84 | 0.44 |
| Hex | 1B | CF | 12 | 57 | 0 | 5B | 13 | 75 | 54 | 2C |
| Octal | 33 | 317 | 22 | 127 | 0 | 133 | 23 | 165 | 124 | 54 |
| Binary | 11011 | 11001111 | 10010 | 1010111 | 0 | 1011011 | 10011 | 1110101 | 1010100 | 101100 |
Color Harmonies of #1BCF12
Complementary color
Monochromatic Colors of #1BCF12
Black with #1BCF12
Text Example
Text Example
White with #1BCF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCF12; }
p { color: rgb(27,207,18); }
H1.HeaderClassName
{
color: #1BCF12;
}
.AnyTagClassName
{
color: #1BCF12;
}
</style>
background-color css
<style>
a { background-color: #1BCF12; }
a { background-color: rgb(27,207,18); }
div.DivClassName
{
background-color: #1BCF12;
}
.BgClassName
{
background-color: #1BCF12;
}
</style>
border-color css
<style>
span { border-color: #1BCF12; }
span { border-color: rgb(27,207,18); }
td.TdClassName
{
border-color: #1BCF12;
}
.TagClassName
{
border-color: #1BCF12;
}
</style>