Shades of Lime Green #1CC825
Tints of Lime Green #1CC825
RGB
CMYK
RGB Variations
Color information
#1CC825 (or 0x1CC825) is known color: Lime Green. HEX triplet: 1C, C8 and 25. RGB value is (28,200,37). Sum of RGB (Red+Green+Blue) = 28+200+37=265 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.57% from 265); Green value is 200 (78.52% from 255 or 75.47% from 265); Blue value is 37 (14.84% from 255 or 13.96% from 265); Max value from RGB is 200 - color contains mainly: green. Hex color #1CC825 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC825 is #E337DA. Grayscale: #828282. Windows color (decimal): -14890971 or 2476060. OLE color: 2476060.
HSL color Cylindrical-coordinate representation of color #1CC825: hue angle of 123.14º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC825 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 28 | 200 | 37 | - |
| CMYK | 0.86 | 0 | 0.82 | 0.22 |
| HSL | 123.14º | 0.75% | 0.45% | - |
| HSV(B) | 123.14º | 0.86% | 0.78% | - |
| XYZ | 21.47 | 41.69 | 8.67 | - |
| YUV | 129.99 | 75.52 | 55.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 200 | 37 | 0.86 | 0 | 0.82 | 0.22 | 123.14 | 0.75 | 0.45 |
| Hex | 1C | C8 | 25 | 56 | 0 | 52 | 16 | 7B | 4B | 2D |
| Octal | 34 | 310 | 45 | 126 | 0 | 122 | 26 | 173 | 113 | 55 |
| Binary | 11100 | 11001000 | 100101 | 1010110 | 0 | 1010010 | 10110 | 1111011 | 1001011 | 101101 |
Color Harmonies of #1CC825
Complementary color
Monochromatic Colors of #1CC825
Black with #1CC825
Text Example
Text Example
White with #1CC825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC825; }
p { color: rgb(28,200,37); }
H1.HeaderClassName
{
color: #1CC825;
}
.AnyTagClassName
{
color: #1CC825;
}
</style>
background-color css
<style>
a { background-color: #1CC825; }
a { background-color: rgb(28,200,37); }
div.DivClassName
{
background-color: #1CC825;
}
.BgClassName
{
background-color: #1CC825;
}
</style>
border-color css
<style>
span { border-color: #1CC825; }
span { border-color: rgb(28,200,37); }
td.TdClassName
{
border-color: #1CC825;
}
.TagClassName
{
border-color: #1CC825;
}
</style>