Shades of Lime Green #1CB625
Tints of Lime Green #1CB625
RGB
CMYK
RGB Variations
Color information
#1CB625 (or 0x1CB625) is known color: Lime Green. HEX triplet: 1C, B6 and 25. RGB value is (28,182,37). Sum of RGB (Red+Green+Blue) = 28+182+37=247 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.34% from 247); Green value is 182 (71.48% from 255 or 73.68% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 182 - color contains mainly: green. Hex color #1CB625 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB625 is #E349DA. Grayscale: #777777. Windows color (decimal): -14895579 or 2471452. OLE color: 2471452.
HSL color Cylindrical-coordinate representation of color #1CB625: hue angle of 123.51º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB625 is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 28 | 182 | 37 | - |
| CMYK | 0.85 | 0 | 0.80 | 0.29 |
| HSL | 123.51º | 0.73% | 0.41% | - |
| HSV(B) | 123.51º | 0.85% | 0.71% | - |
| XYZ | 17.54 | 33.84 | 7.36 | - |
| YUV | 119.42 | 81.48 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 182 | 37 | 0.85 | 0 | 0.80 | 0.29 | 123.51 | 0.73 | 0.41 |
| Hex | 1C | B6 | 25 | 55 | 0 | 50 | 1D | 7C | 49 | 29 |
| Octal | 34 | 266 | 45 | 125 | 0 | 120 | 35 | 174 | 111 | 51 |
| Binary | 11100 | 10110110 | 100101 | 1010101 | 0 | 1010000 | 11101 | 1111100 | 1001001 | 101001 |
Color Harmonies of #1CB625
Complementary color
Monochromatic Colors of #1CB625
Black with #1CB625
Text Example
Text Example
White with #1CB625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB625; }
p { color: rgb(28,182,37); }
H1.HeaderClassName
{
color: #1CB625;
}
.AnyTagClassName
{
color: #1CB625;
}
</style>
background-color css
<style>
a { background-color: #1CB625; }
a { background-color: rgb(28,182,37); }
div.DivClassName
{
background-color: #1CB625;
}
.BgClassName
{
background-color: #1CB625;
}
</style>
border-color css
<style>
span { border-color: #1CB625; }
span { border-color: rgb(28,182,37); }
td.TdClassName
{
border-color: #1CB625;
}
.TagClassName
{
border-color: #1CB625;
}
</style>