Shades of Lime Green #1CBD12
Tints of Lime Green #1CBD12
RGB
CMYK
RGB Variations
Color information
#1CBD12 (or 0x1CBD12) is known color: Lime Green. HEX triplet: 1C, BD and 12. RGB value is (28,189,18). Sum of RGB (Red+Green+Blue) = 28+189+18=235 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.91% from 235); Green value is 189 (74.22% from 255 or 80.43% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 189 - color contains mainly: green. Hex color #1CBD12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CBD12 is #E342ED. Grayscale: #797979. Windows color (decimal): -14893806 or 1228060. OLE color: 1228060.
HSL color Cylindrical-coordinate representation of color #1CBD12: hue angle of 116.49º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1CBD12 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 189 | 18 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.26 |
| HSL | 116.49º | 0.83% | 0.41% | - |
| HSV(B) | 116.49º | 0.9% | 0.74% | - |
| XYZ | 18.79 | 36.69 | 6.66 | - |
| YUV | 121.37 | 69.66 | 61.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 189 | 18 | 0.85 | 0 | 0.90 | 0.26 | 116.49 | 0.83 | 0.41 |
| Hex | 1C | BD | 12 | 55 | 0 | 5A | 1A | 74 | 53 | 29 |
| Octal | 34 | 275 | 22 | 125 | 0 | 132 | 32 | 164 | 123 | 51 |
| Binary | 11100 | 10111101 | 10010 | 1010101 | 0 | 1011010 | 11010 | 1110100 | 1010011 | 101001 |
Color Harmonies of #1CBD12
Complementary color
Monochromatic Colors of #1CBD12
Black with #1CBD12
Text Example
Text Example
White with #1CBD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBD12; }
p { color: rgb(28,189,18); }
H1.HeaderClassName
{
color: #1CBD12;
}
.AnyTagClassName
{
color: #1CBD12;
}
</style>
background-color css
<style>
a { background-color: #1CBD12; }
a { background-color: rgb(28,189,18); }
div.DivClassName
{
background-color: #1CBD12;
}
.BgClassName
{
background-color: #1CBD12;
}
</style>
border-color css
<style>
span { border-color: #1CBD12; }
span { border-color: rgb(28,189,18); }
td.TdClassName
{
border-color: #1CBD12;
}
.TagClassName
{
border-color: #1CBD12;
}
</style>