Shades of Lime Green #1CC128
Tints of Lime Green #1CC128
RGB
CMYK
RGB Variations
Color information
#1CC128 (or 0x1CC128) is known color: Lime Green. HEX triplet: 1C, C1 and 28. RGB value is (28,193,40). Sum of RGB (Red+Green+Blue) = 28+193+40=261 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.73% from 261); Green value is 193 (75.78% from 255 or 73.95% from 261); Blue value is 40 (16.02% from 255 or 15.33% from 261); Max value from RGB is 193 - color contains mainly: green. Hex color #1CC128 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC128 is #E33ED7. Grayscale: #7E7E7E. Windows color (decimal): -14892760 or 2670876. OLE color: 2670876.
HSL color Cylindrical-coordinate representation of color #1CC128: hue angle of 124.36º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CC128 is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 193 | 40 | - |
| CMYK | 0.85 | 0 | 0.79 | 0.24 |
| HSL | 124.36º | 0.75% | 0.43% | - |
| HSV(B) | 124.36º | 0.85% | 0.76% | - |
| XYZ | 19.93 | 38.54 | 8.4 | - |
| YUV | 126.22 | 79.34 | 57.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 193 | 40 | 0.85 | 0 | 0.79 | 0.24 | 124.36 | 0.75 | 0.43 |
| Hex | 1C | C1 | 28 | 55 | 0 | 4F | 18 | 7C | 4B | 2B |
| Octal | 34 | 301 | 50 | 125 | 0 | 117 | 30 | 174 | 113 | 53 |
| Binary | 11100 | 11000001 | 101000 | 1010101 | 0 | 1001111 | 11000 | 1111100 | 1001011 | 101011 |
Color Harmonies of #1CC128
Complementary color
Monochromatic Colors of #1CC128
Black with #1CC128
Text Example
Text Example
White with #1CC128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC128; }
p { color: rgb(28,193,40); }
H1.HeaderClassName
{
color: #1CC128;
}
.AnyTagClassName
{
color: #1CC128;
}
</style>
background-color css
<style>
a { background-color: #1CC128; }
a { background-color: rgb(28,193,40); }
div.DivClassName
{
background-color: #1CC128;
}
.BgClassName
{
background-color: #1CC128;
}
</style>
border-color css
<style>
span { border-color: #1CC128; }
span { border-color: rgb(28,193,40); }
td.TdClassName
{
border-color: #1CC128;
}
.TagClassName
{
border-color: #1CC128;
}
</style>