Shades of Lime Green #1CBB2E
Tints of Lime Green #1CBB2E
RGB
CMYK
RGB Variations
Color information
#1CBB2E (or 0x1CBB2E) is known color: Lime Green. HEX triplet: 1C, BB and 2E. RGB value is (28,187,46). Sum of RGB (Red+Green+Blue) = 28+187+46=261 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.73% from 261); Green value is 187 (73.44% from 255 or 71.65% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 187 - color contains mainly: green. Hex color #1CBB2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBB2E is #E344D1. Grayscale: #7B7B7B. Windows color (decimal): -14894290 or 3062556. OLE color: 3062556.
HSL color Cylindrical-coordinate representation of color #1CBB2E: hue angle of 126.79º 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 #1CBB2E is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 187 | 46 | - |
| CMYK | 0.85 | 0 | 0.75 | 0.27 |
| HSL | 126.79º | 0.74% | 0.42% | - |
| HSV(B) | 126.79º | 0.85% | 0.73% | - |
| XYZ | 18.74 | 35.98 | 8.54 | - |
| YUV | 123.39 | 84.32 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 187 | 46 | 0.85 | 0 | 0.75 | 0.27 | 126.79 | 0.74 | 0.42 |
| Hex | 1C | BB | 2E | 55 | 0 | 4B | 1B | 7F | 4A | 2A |
| Octal | 34 | 273 | 56 | 125 | 0 | 113 | 33 | 177 | 112 | 52 |
| Binary | 11100 | 10111011 | 101110 | 1010101 | 0 | 1001011 | 11011 | 1111111 | 1001010 | 101010 |
Color Harmonies of #1CBB2E
Complementary color
Monochromatic Colors of #1CBB2E
Black with #1CBB2E
Text Example
Text Example
White with #1CBB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBB2E; }
p { color: rgb(28,187,46); }
H1.HeaderClassName
{
color: #1CBB2E;
}
.AnyTagClassName
{
color: #1CBB2E;
}
</style>
background-color css
<style>
a { background-color: #1CBB2E; }
a { background-color: rgb(28,187,46); }
div.DivClassName
{
background-color: #1CBB2E;
}
.BgClassName
{
background-color: #1CBB2E;
}
</style>
border-color css
<style>
span { border-color: #1CBB2E; }
span { border-color: rgb(28,187,46); }
td.TdClassName
{
border-color: #1CBB2E;
}
.TagClassName
{
border-color: #1CBB2E;
}
</style>