Shades of Lime Green #1CBA26
Tints of Lime Green #1CBA26
RGB
CMYK
RGB Variations
Color information
#1CBA26 (or 0x1CBA26) is known color: Lime Green. HEX triplet: 1C, BA and 26. RGB value is (28,186,38). Sum of RGB (Red+Green+Blue) = 28+186+38=252 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.11% from 252); Green value is 186 (73.05% from 255 or 73.81% from 252); Blue value is 38 (15.23% from 255 or 15.08% from 252); Max value from RGB is 186 - color contains mainly: green. Hex color #1CBA26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBA26 is #E345D9. Grayscale: #7A7A7A. Windows color (decimal): -14894554 or 2538012. OLE color: 2538012.
HSL color Cylindrical-coordinate representation of color #1CBA26: hue angle of 123.8º 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 #1CBA26 is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 186 | 38 | - |
| CMYK | 0.85 | 0 | 0.80 | 0.27 |
| HSL | 123.8º | 0.74% | 0.42% | - |
| HSV(B) | 123.8º | 0.85% | 0.73% | - |
| XYZ | 18.39 | 35.5 | 7.72 | - |
| YUV | 121.89 | 80.65 | 61.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 186 | 38 | 0.85 | 0 | 0.80 | 0.27 | 123.8 | 0.74 | 0.42 |
| Hex | 1C | BA | 26 | 55 | 0 | 50 | 1B | 7C | 4A | 2A |
| Octal | 34 | 272 | 46 | 125 | 0 | 120 | 33 | 174 | 112 | 52 |
| Binary | 11100 | 10111010 | 100110 | 1010101 | 0 | 1010000 | 11011 | 1111100 | 1001010 | 101010 |
Color Harmonies of #1CBA26
Complementary color
Monochromatic Colors of #1CBA26
Black with #1CBA26
Text Example
Text Example
White with #1CBA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBA26; }
p { color: rgb(28,186,38); }
H1.HeaderClassName
{
color: #1CBA26;
}
.AnyTagClassName
{
color: #1CBA26;
}
</style>
background-color css
<style>
a { background-color: #1CBA26; }
a { background-color: rgb(28,186,38); }
div.DivClassName
{
background-color: #1CBA26;
}
.BgClassName
{
background-color: #1CBA26;
}
</style>
border-color css
<style>
span { border-color: #1CBA26; }
span { border-color: rgb(28,186,38); }
td.TdClassName
{
border-color: #1CBA26;
}
.TagClassName
{
border-color: #1CBA26;
}
</style>