Shades of Lime Green #1CC430
Tints of Lime Green #1CC430
RGB
CMYK
RGB Variations
Color information
#1CC430 (or 0x1CC430) is known color: Lime Green. HEX triplet: 1C, C4 and 30. RGB value is (28,196,48). Sum of RGB (Red+Green+Blue) = 28+196+48=272 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.29% from 272); Green value is 196 (76.95% from 255 or 72.06% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 196 - color contains mainly: green. Hex color #1CC430 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC430 is #E33BCF. Grayscale: #818181. Windows color (decimal): -14891984 or 3195932. OLE color: 3195932.
HSL color Cylindrical-coordinate representation of color #1CC430: hue angle of 127.14º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC430 is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 28 | 196 | 48 | - |
| CMYK | 0.86 | 0 | 0.76 | 0.23 |
| HSL | 127.14º | 0.75% | 0.44% | - |
| HSV(B) | 127.14º | 0.86% | 0.77% | - |
| XYZ | 20.75 | 39.94 | 9.41 | - |
| YUV | 128.9 | 82.34 | 56.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 196 | 48 | 0.86 | 0 | 0.76 | 0.23 | 127.14 | 0.75 | 0.44 |
| Hex | 1C | C4 | 30 | 56 | 0 | 4C | 17 | 7F | 4B | 2C |
| Octal | 34 | 304 | 60 | 126 | 0 | 114 | 27 | 177 | 113 | 54 |
| Binary | 11100 | 11000100 | 110000 | 1010110 | 0 | 1001100 | 10111 | 1111111 | 1001011 | 101100 |
Color Harmonies of #1CC430
Complementary color
Monochromatic Colors of #1CC430
Black with #1CC430
Text Example
Text Example
White with #1CC430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC430; }
p { color: rgb(28,196,48); }
H1.HeaderClassName
{
color: #1CC430;
}
.AnyTagClassName
{
color: #1CC430;
}
</style>
background-color css
<style>
a { background-color: #1CC430; }
a { background-color: rgb(28,196,48); }
div.DivClassName
{
background-color: #1CC430;
}
.BgClassName
{
background-color: #1CC430;
}
</style>
border-color css
<style>
span { border-color: #1CC430; }
span { border-color: rgb(28,196,48); }
td.TdClassName
{
border-color: #1CC430;
}
.TagClassName
{
border-color: #1CC430;
}
</style>