Shades of Lime Green #1CC521
Tints of Lime Green #1CC521
RGB
CMYK
RGB Variations
Color information
#1CC521 (or 0x1CC521) is known color: Lime Green. HEX triplet: 1C, C5 and 21. RGB value is (28,197,33). Sum of RGB (Red+Green+Blue) = 28+197+33=258 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.85% from 258); Green value is 197 (77.34% from 255 or 76.36% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 197 - color contains mainly: green. Hex color #1CC521 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC521 is #E33ADE. Grayscale: #808080. Windows color (decimal): -14891743 or 2213148. OLE color: 2213148.
HSL color Cylindrical-coordinate representation of color #1CC521: hue angle of 121.78º 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 #1CC521 is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 28 | 197 | 33 | - |
| CMYK | 0.86 | 0 | 0.83 | 0.23 |
| HSL | 121.78º | 0.75% | 0.44% | - |
| HSV(B) | 121.78º | 0.86% | 0.77% | - |
| XYZ | 20.72 | 40.29 | 8.12 | - |
| YUV | 127.77 | 74.51 | 56.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 197 | 33 | 0.86 | 0 | 0.83 | 0.23 | 121.78 | 0.75 | 0.44 |
| Hex | 1C | C5 | 21 | 56 | 0 | 53 | 17 | 7A | 4B | 2C |
| Octal | 34 | 305 | 41 | 126 | 0 | 123 | 27 | 172 | 113 | 54 |
| Binary | 11100 | 11000101 | 100001 | 1010110 | 0 | 1010011 | 10111 | 1111010 | 1001011 | 101100 |
Color Harmonies of #1CC521
Complementary color
Monochromatic Colors of #1CC521
Black with #1CC521
Text Example
Text Example
White with #1CC521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC521; }
p { color: rgb(28,197,33); }
H1.HeaderClassName
{
color: #1CC521;
}
.AnyTagClassName
{
color: #1CC521;
}
</style>
background-color css
<style>
a { background-color: #1CC521; }
a { background-color: rgb(28,197,33); }
div.DivClassName
{
background-color: #1CC521;
}
.BgClassName
{
background-color: #1CC521;
}
</style>
border-color css
<style>
span { border-color: #1CC521; }
span { border-color: rgb(28,197,33); }
td.TdClassName
{
border-color: #1CC521;
}
.TagClassName
{
border-color: #1CC521;
}
</style>