Shades of Lime Green #1CC50A
Tints of Lime Green #1CC50A
RGB
CMYK
RGB Variations
Color information
#1CC50A (or 0x1CC50A) is known color: Lime Green. HEX triplet: 1C, C5 and 0A. RGB value is (28,197,10). Sum of RGB (Red+Green+Blue) = 28+197+10=235 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.91% from 235); Green value is 197 (77.34% from 255 or 83.83% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 197 - color contains mainly: green. Hex color #1CC50A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC50A is #E33AF5. Grayscale: #7D7D7D. Windows color (decimal): -14891766 or 705820. OLE color: 705820.
HSL color Cylindrical-coordinate representation of color #1CC50A: hue angle of 114.22º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1CC50A is Cyan = 0.86, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 28 | 197 | 10 | - |
| CMYK | 0.86 | 0 | 0.95 | 0.23 |
| HSL | 114.22º | 0.9% | 0.41% | - |
| HSV(B) | 114.22º | 0.95% | 0.77% | - |
| XYZ | 20.5 | 40.2 | 6.97 | - |
| YUV | 125.15 | 63.01 | 58.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 197 | 10 | 0.86 | 0 | 0.95 | 0.23 | 114.22 | 0.9 | 0.41 |
| Hex | 1C | C5 | A | 56 | 0 | 5F | 17 | 72 | 5A | 29 |
| Octal | 34 | 305 | 12 | 126 | 0 | 137 | 27 | 162 | 132 | 51 |
| Binary | 11100 | 11000101 | 1010 | 1010110 | 0 | 1011111 | 10111 | 1110010 | 1011010 | 101001 |
Color Harmonies of #1CC50A
Complementary color
Monochromatic Colors of #1CC50A
Black with #1CC50A
Text Example
Text Example
White with #1CC50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC50A; }
p { color: rgb(28,197,10); }
H1.HeaderClassName
{
color: #1CC50A;
}
.AnyTagClassName
{
color: #1CC50A;
}
</style>
background-color css
<style>
a { background-color: #1CC50A; }
a { background-color: rgb(28,197,10); }
div.DivClassName
{
background-color: #1CC50A;
}
.BgClassName
{
background-color: #1CC50A;
}
</style>
border-color css
<style>
span { border-color: #1CC50A; }
span { border-color: rgb(28,197,10); }
td.TdClassName
{
border-color: #1CC50A;
}
.TagClassName
{
border-color: #1CC50A;
}
</style>