Shades of Lime Green #1CC538
Tints of Lime Green #1CC538
RGB
CMYK
RGB Variations
Color information
#1CC538 (or 0x1CC538) is known color: Lime Green. HEX triplet: 1C, C5 and 38. RGB value is (28,197,56). Sum of RGB (Red+Green+Blue) = 28+197+56=281 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.96% from 281); Green value is 197 (77.34% from 255 or 70.11% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 197 - color contains mainly: green. Hex color #1CC538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC538 is #E33AC7. Grayscale: #828282. Windows color (decimal): -14891720 or 3720476. OLE color: 3720476.
HSL color Cylindrical-coordinate representation of color #1CC538: hue angle of 129.94º 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 #1CC538 is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 28 | 197 | 56 | - |
| CMYK | 0.86 | 0 | 0.72 | 0.23 |
| HSL | 129.94º | 0.75% | 0.44% | - |
| HSV(B) | 129.94º | 0.86% | 0.77% | - |
| XYZ | 21.16 | 40.46 | 10.44 | - |
| YUV | 130.4 | 86.01 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 197 | 56 | 0.86 | 0 | 0.72 | 0.23 | 129.94 | 0.75 | 0.44 |
| Hex | 1C | C5 | 38 | 56 | 0 | 48 | 17 | 82 | 4B | 2C |
| Octal | 34 | 305 | 70 | 126 | 0 | 110 | 27 | 202 | 113 | 54 |
| Binary | 11100 | 11000101 | 111000 | 1010110 | 0 | 1001000 | 10111 | 10000010 | 1001011 | 101100 |
Color Harmonies of #1CC538
Complementary color
Monochromatic Colors of #1CC538
Black with #1CC538
Text Example
Text Example
White with #1CC538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC538; }
p { color: rgb(28,197,56); }
H1.HeaderClassName
{
color: #1CC538;
}
.AnyTagClassName
{
color: #1CC538;
}
</style>
background-color css
<style>
a { background-color: #1CC538; }
a { background-color: rgb(28,197,56); }
div.DivClassName
{
background-color: #1CC538;
}
.BgClassName
{
background-color: #1CC538;
}
</style>
border-color css
<style>
span { border-color: #1CC538; }
span { border-color: rgb(28,197,56); }
td.TdClassName
{
border-color: #1CC538;
}
.TagClassName
{
border-color: #1CC538;
}
</style>