Shades of Lime Green #1CC925
Tints of Lime Green #1CC925
RGB
CMYK
RGB Variations
Color information
#1CC925 (or 0x1CC925) is known color: Lime Green. HEX triplet: 1C, C9 and 25. RGB value is (28,201,37). Sum of RGB (Red+Green+Blue) = 28+201+37=266 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.53% from 266); Green value is 201 (78.91% from 255 or 75.56% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 201 - color contains mainly: green. Hex color #1CC925 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC925 is #E336DA. Grayscale: #838383. Windows color (decimal): -14890715 or 2476316. OLE color: 2476316.
HSL color Cylindrical-coordinate representation of color #1CC925: hue angle of 123.12º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC925 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 201 | 37 | - |
| CMYK | 0.86 | 0 | 0.82 | 0.21 |
| HSL | 123.12º | 0.76% | 0.45% | - |
| HSV(B) | 123.12º | 0.86% | 0.79% | - |
| XYZ | 21.7 | 42.15 | 8.74 | - |
| YUV | 130.58 | 75.19 | 54.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 201 | 37 | 0.86 | 0 | 0.82 | 0.21 | 123.12 | 0.76 | 0.45 |
| Hex | 1C | C9 | 25 | 56 | 0 | 52 | 15 | 7B | 4C | 2D |
| Octal | 34 | 311 | 45 | 126 | 0 | 122 | 25 | 173 | 114 | 55 |
| Binary | 11100 | 11001001 | 100101 | 1010110 | 0 | 1010010 | 10101 | 1111011 | 1001100 | 101101 |
Color Harmonies of #1CC925
Complementary color
Monochromatic Colors of #1CC925
Black with #1CC925
Text Example
Text Example
White with #1CC925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC925; }
p { color: rgb(28,201,37); }
H1.HeaderClassName
{
color: #1CC925;
}
.AnyTagClassName
{
color: #1CC925;
}
</style>
background-color css
<style>
a { background-color: #1CC925; }
a { background-color: rgb(28,201,37); }
div.DivClassName
{
background-color: #1CC925;
}
.BgClassName
{
background-color: #1CC925;
}
</style>
border-color css
<style>
span { border-color: #1CC925; }
span { border-color: rgb(28,201,37); }
td.TdClassName
{
border-color: #1CC925;
}
.TagClassName
{
border-color: #1CC925;
}
</style>