Shades of Lime Green #1CC325
Tints of Lime Green #1CC325
RGB
CMYK
RGB Variations
Color information
#1CC325 (or 0x1CC325) is known color: Lime Green. HEX triplet: 1C, C3 and 25. RGB value is (28,195,37). Sum of RGB (Red+Green+Blue) = 28+195+37=260 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.77% from 260); Green value is 195 (76.56% from 255 or 75% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC325 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC325 is #E33CDA. Grayscale: #7F7F7F. Windows color (decimal): -14892251 or 2474780. OLE color: 2474780.
HSL color Cylindrical-coordinate representation of color #1CC325: hue angle of 123.23º 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 #1CC325 is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 195 | 37 | - |
| CMYK | 0.86 | 0 | 0.81 | 0.24 |
| HSL | 123.23º | 0.75% | 0.44% | - |
| HSV(B) | 123.23º | 0.86% | 0.76% | - |
| XYZ | 20.33 | 39.41 | 8.29 | - |
| YUV | 127.06 | 77.17 | 57.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 195 | 37 | 0.86 | 0 | 0.81 | 0.24 | 123.23 | 0.75 | 0.44 |
| Hex | 1C | C3 | 25 | 56 | 0 | 51 | 18 | 7B | 4B | 2C |
| Octal | 34 | 303 | 45 | 126 | 0 | 121 | 30 | 173 | 113 | 54 |
| Binary | 11100 | 11000011 | 100101 | 1010110 | 0 | 1010001 | 11000 | 1111011 | 1001011 | 101100 |
Color Harmonies of #1CC325
Complementary color
Monochromatic Colors of #1CC325
Black with #1CC325
Text Example
Text Example
White with #1CC325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC325; }
p { color: rgb(28,195,37); }
H1.HeaderClassName
{
color: #1CC325;
}
.AnyTagClassName
{
color: #1CC325;
}
</style>
background-color css
<style>
a { background-color: #1CC325; }
a { background-color: rgb(28,195,37); }
div.DivClassName
{
background-color: #1CC325;
}
.BgClassName
{
background-color: #1CC325;
}
</style>
border-color css
<style>
span { border-color: #1CC325; }
span { border-color: rgb(28,195,37); }
td.TdClassName
{
border-color: #1CC325;
}
.TagClassName
{
border-color: #1CC325;
}
</style>