Shades of Lime Green #1CC024
Tints of Lime Green #1CC024
RGB
CMYK
RGB Variations
Color information
#1CC024 (or 0x1CC024) is known color: Lime Green. HEX triplet: 1C, C0 and 24. RGB value is (28,192,36). Sum of RGB (Red+Green+Blue) = 28+192+36=256 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.94% from 256); Green value is 192 (75.39% from 255 or 75% from 256); Blue value is 36 (14.45% from 255 or 14.06% from 256); Max value from RGB is 192 - color contains mainly: green. Hex color #1CC024 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC024 is #E33FDB. Grayscale: #7D7D7D. Windows color (decimal): -14893020 or 2408476. OLE color: 2408476.
HSL color Cylindrical-coordinate representation of color #1CC024: hue angle of 122.93º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CC024 is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 28 | 192 | 36 | - |
| CMYK | 0.85 | 0 | 0.81 | 0.25 |
| HSL | 122.93º | 0.75% | 0.43% | - |
| HSV(B) | 122.93º | 0.85% | 0.75% | - |
| XYZ | 19.65 | 38.07 | 7.98 | - |
| YUV | 125.18 | 77.67 | 58.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 192 | 36 | 0.85 | 0 | 0.81 | 0.25 | 122.93 | 0.75 | 0.43 |
| Hex | 1C | C0 | 24 | 55 | 0 | 51 | 19 | 7B | 4B | 2B |
| Octal | 34 | 300 | 44 | 125 | 0 | 121 | 31 | 173 | 113 | 53 |
| Binary | 11100 | 11000000 | 100100 | 1010101 | 0 | 1010001 | 11001 | 1111011 | 1001011 | 101011 |
Color Harmonies of #1CC024
Complementary color
Monochromatic Colors of #1CC024
Black with #1CC024
Text Example
Text Example
White with #1CC024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC024; }
p { color: rgb(28,192,36); }
H1.HeaderClassName
{
color: #1CC024;
}
.AnyTagClassName
{
color: #1CC024;
}
</style>
background-color css
<style>
a { background-color: #1CC024; }
a { background-color: rgb(28,192,36); }
div.DivClassName
{
background-color: #1CC024;
}
.BgClassName
{
background-color: #1CC024;
}
</style>
border-color css
<style>
span { border-color: #1CC024; }
span { border-color: rgb(28,192,36); }
td.TdClassName
{
border-color: #1CC024;
}
.TagClassName
{
border-color: #1CC024;
}
</style>