Shades of Lime Green #1CC225
Tints of Lime Green #1CC225
RGB
CMYK
RGB Variations
Color information
#1CC225 (or 0x1CC225) is known color: Lime Green. HEX triplet: 1C, C2 and 25. RGB value is (28,194,37). Sum of RGB (Red+Green+Blue) = 28+194+37=259 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.81% from 259); Green value is 194 (76.17% from 255 or 74.90% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 194 - color contains mainly: green. Hex color #1CC225 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC225 is #E33DDA. Grayscale: #7E7E7E. Windows color (decimal): -14892507 or 2474524. OLE color: 2474524.
HSL color Cylindrical-coordinate representation of color #1CC225: hue angle of 123.25º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC225 is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 194 | 37 | - |
| CMYK | 0.86 | 0 | 0.81 | 0.24 |
| HSL | 123.25º | 0.75% | 0.44% | - |
| HSV(B) | 123.25º | 0.86% | 0.76% | - |
| XYZ | 20.1 | 38.96 | 8.21 | - |
| YUV | 126.47 | 77.5 | 57.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 194 | 37 | 0.86 | 0 | 0.81 | 0.24 | 123.25 | 0.75 | 0.44 |
| Hex | 1C | C2 | 25 | 56 | 0 | 51 | 18 | 7B | 4B | 2C |
| Octal | 34 | 302 | 45 | 126 | 0 | 121 | 30 | 173 | 113 | 54 |
| Binary | 11100 | 11000010 | 100101 | 1010110 | 0 | 1010001 | 11000 | 1111011 | 1001011 | 101100 |
Color Harmonies of #1CC225
Complementary color
Monochromatic Colors of #1CC225
Black with #1CC225
Text Example
Text Example
White with #1CC225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC225; }
p { color: rgb(28,194,37); }
H1.HeaderClassName
{
color: #1CC225;
}
.AnyTagClassName
{
color: #1CC225;
}
</style>
background-color css
<style>
a { background-color: #1CC225; }
a { background-color: rgb(28,194,37); }
div.DivClassName
{
background-color: #1CC225;
}
.BgClassName
{
background-color: #1CC225;
}
</style>
border-color css
<style>
span { border-color: #1CC225; }
span { border-color: rgb(28,194,37); }
td.TdClassName
{
border-color: #1CC225;
}
.TagClassName
{
border-color: #1CC225;
}
</style>