Shades of Lime Green #1CB225
Tints of Lime Green #1CB225
RGB
CMYK
RGB Variations
Color information
#1CB225 (or 0x1CB225) is known color: Lime Green. HEX triplet: 1C, B2 and 25. RGB value is (28,178,37). Sum of RGB (Red+Green+Blue) = 28+178+37=243 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.52% from 243); Green value is 178 (69.92% from 255 or 73.25% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 178 - color contains mainly: green. Hex color #1CB225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CB225 is #E34DDA. Grayscale: #757575. Windows color (decimal): -14896603 or 2470428. OLE color: 2470428.
HSL color Cylindrical-coordinate representation of color #1CB225: hue angle of 123.6º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB225 is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 28 | 178 | 37 | - |
| CMYK | 0.84 | 0 | 0.79 | 0.30 |
| HSL | 123.6º | 0.73% | 0.4% | - |
| HSV(B) | 123.6º | 0.84% | 0.7% | - |
| XYZ | 16.73 | 32.22 | 7.09 | - |
| YUV | 117.08 | 82.81 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 178 | 37 | 0.84 | 0 | 0.79 | 0.30 | 123.6 | 0.73 | 0.4 |
| Hex | 1C | B2 | 25 | 54 | 0 | 4F | 1E | 7C | 49 | 28 |
| Octal | 34 | 262 | 45 | 124 | 0 | 117 | 36 | 174 | 111 | 50 |
| Binary | 11100 | 10110010 | 100101 | 1010100 | 0 | 1001111 | 11110 | 1111100 | 1001001 | 101000 |
Color Harmonies of #1CB225
Complementary color
Monochromatic Colors of #1CB225
Black with #1CB225
Text Example
Text Example
White with #1CB225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB225; }
p { color: rgb(28,178,37); }
H1.HeaderClassName
{
color: #1CB225;
}
.AnyTagClassName
{
color: #1CB225;
}
</style>
background-color css
<style>
a { background-color: #1CB225; }
a { background-color: rgb(28,178,37); }
div.DivClassName
{
background-color: #1CB225;
}
.BgClassName
{
background-color: #1CB225;
}
</style>
border-color css
<style>
span { border-color: #1CB225; }
span { border-color: rgb(28,178,37); }
td.TdClassName
{
border-color: #1CB225;
}
.TagClassName
{
border-color: #1CB225;
}
</style>