Shades of Lime Green #1CBA1F
Tints of Lime Green #1CBA1F
RGB
CMYK
RGB Variations
Color information
#1CBA1F (or 0x1CBA1F) is known color: Lime Green. HEX triplet: 1C, BA and 1F. RGB value is (28,186,31). Sum of RGB (Red+Green+Blue) = 28+186+31=245 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.43% from 245); Green value is 186 (73.05% from 255 or 75.92% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 186 - color contains mainly: green. Hex color #1CBA1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBA1F is #E345E0. Grayscale: #797979. Windows color (decimal): -14894561 or 2079260. OLE color: 2079260.
HSL color Cylindrical-coordinate representation of color #1CBA1F: hue angle of 121.14º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBA1F is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 186 | 31 | - |
| CMYK | 0.85 | 0 | 0.83 | 0.27 |
| HSL | 121.14º | 0.74% | 0.42% | - |
| HSV(B) | 121.14º | 0.85% | 0.73% | - |
| XYZ | 18.29 | 35.46 | 7.18 | - |
| YUV | 121.09 | 77.15 | 61.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 186 | 31 | 0.85 | 0 | 0.83 | 0.27 | 121.14 | 0.74 | 0.42 |
| Hex | 1C | BA | 1F | 55 | 0 | 53 | 1B | 79 | 4A | 2A |
| Octal | 34 | 272 | 37 | 125 | 0 | 123 | 33 | 171 | 112 | 52 |
| Binary | 11100 | 10111010 | 11111 | 1010101 | 0 | 1010011 | 11011 | 1111001 | 1001010 | 101010 |
Color Harmonies of #1CBA1F
Complementary color
Monochromatic Colors of #1CBA1F
Black with #1CBA1F
Text Example
Text Example
White with #1CBA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBA1F; }
p { color: rgb(28,186,31); }
H1.HeaderClassName
{
color: #1CBA1F;
}
.AnyTagClassName
{
color: #1CBA1F;
}
</style>
background-color css
<style>
a { background-color: #1CBA1F; }
a { background-color: rgb(28,186,31); }
div.DivClassName
{
background-color: #1CBA1F;
}
.BgClassName
{
background-color: #1CBA1F;
}
</style>
border-color css
<style>
span { border-color: #1CBA1F; }
span { border-color: rgb(28,186,31); }
td.TdClassName
{
border-color: #1CBA1F;
}
.TagClassName
{
border-color: #1CBA1F;
}
</style>