Shades of Lime Green #1CC930
Tints of Lime Green #1CC930
RGB
CMYK
RGB Variations
Color information
#1CC930 (or 0x1CC930) is known color: Lime Green. HEX triplet: 1C, C9 and 30. RGB value is (28,201,48). Sum of RGB (Red+Green+Blue) = 28+201+48=277 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.11% from 277); Green value is 201 (78.91% from 255 or 72.56% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 201 - color contains mainly: green. Hex color #1CC930 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC930 is #E336CF. Grayscale: #848484. Windows color (decimal): -14890704 or 3197212. OLE color: 3197212.
HSL color Cylindrical-coordinate representation of color #1CC930: hue angle of 126.94º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC930 is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 201 | 48 | - |
| CMYK | 0.86 | 0 | 0.76 | 0.21 |
| HSL | 126.94º | 0.76% | 0.45% | - |
| HSV(B) | 126.94º | 0.86% | 0.79% | - |
| XYZ | 21.9 | 42.23 | 9.79 | - |
| YUV | 131.83 | 80.69 | 53.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 201 | 48 | 0.86 | 0 | 0.76 | 0.21 | 126.94 | 0.76 | 0.45 |
| Hex | 1C | C9 | 30 | 56 | 0 | 4C | 15 | 7F | 4C | 2D |
| Octal | 34 | 311 | 60 | 126 | 0 | 114 | 25 | 177 | 114 | 55 |
| Binary | 11100 | 11001001 | 110000 | 1010110 | 0 | 1001100 | 10101 | 1111111 | 1001100 | 101101 |
Color Harmonies of #1CC930
Complementary color
Monochromatic Colors of #1CC930
Black with #1CC930
Text Example
Text Example
White with #1CC930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC930; }
p { color: rgb(28,201,48); }
H1.HeaderClassName
{
color: #1CC930;
}
.AnyTagClassName
{
color: #1CC930;
}
</style>
background-color css
<style>
a { background-color: #1CC930; }
a { background-color: rgb(28,201,48); }
div.DivClassName
{
background-color: #1CC930;
}
.BgClassName
{
background-color: #1CC930;
}
</style>
border-color css
<style>
span { border-color: #1CC930; }
span { border-color: rgb(28,201,48); }
td.TdClassName
{
border-color: #1CC930;
}
.TagClassName
{
border-color: #1CC930;
}
</style>