Shades of Lime Green #1CBC2A
Tints of Lime Green #1CBC2A
RGB
CMYK
RGB Variations
Color information
#1CBC2A (or 0x1CBC2A) is known color: Lime Green. HEX triplet: 1C, BC and 2A. RGB value is (28,188,42). Sum of RGB (Red+Green+Blue) = 28+188+42=258 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.85% from 258); Green value is 188 (73.83% from 255 or 72.87% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBC2A is #E343D5. Grayscale: #7B7B7B. Windows color (decimal): -14894038 or 2800668. OLE color: 2800668.
HSL color Cylindrical-coordinate representation of color #1CBC2A: hue angle of 125.25º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBC2A is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 188 | 42 | - |
| CMYK | 0.85 | 0 | 0.78 | 0.26 |
| HSL | 125.25º | 0.74% | 0.42% | - |
| HSV(B) | 125.25º | 0.85% | 0.74% | - |
| XYZ | 18.88 | 36.38 | 8.22 | - |
| YUV | 123.52 | 81.99 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 42 | 0.85 | 0 | 0.78 | 0.26 | 125.25 | 0.74 | 0.42 |
| Hex | 1C | BC | 2A | 55 | 0 | 4E | 1A | 7D | 4A | 2A |
| Octal | 34 | 274 | 52 | 125 | 0 | 116 | 32 | 175 | 112 | 52 |
| Binary | 11100 | 10111100 | 101010 | 1010101 | 0 | 1001110 | 11010 | 1111101 | 1001010 | 101010 |
Color Harmonies of #1CBC2A
Complementary color
Monochromatic Colors of #1CBC2A
Black with #1CBC2A
Text Example
Text Example
White with #1CBC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBC2A; }
p { color: rgb(28,188,42); }
H1.HeaderClassName
{
color: #1CBC2A;
}
.AnyTagClassName
{
color: #1CBC2A;
}
</style>
background-color css
<style>
a { background-color: #1CBC2A; }
a { background-color: rgb(28,188,42); }
div.DivClassName
{
background-color: #1CBC2A;
}
.BgClassName
{
background-color: #1CBC2A;
}
</style>
border-color css
<style>
span { border-color: #1CBC2A; }
span { border-color: rgb(28,188,42); }
td.TdClassName
{
border-color: #1CBC2A;
}
.TagClassName
{
border-color: #1CBC2A;
}
</style>