Shades of Lime Green #1CB627
Tints of Lime Green #1CB627
RGB
CMYK
RGB Variations
Color information
#1CB627 (or 0x1CB627) is known color: Lime Green. HEX triplet: 1C, B6 and 27. RGB value is (28,182,39). Sum of RGB (Red+Green+Blue) = 28+182+39=249 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.24% from 249); Green value is 182 (71.48% from 255 or 73.09% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 182 - color contains mainly: green. Hex color #1CB627 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB627 is #E349D8. Grayscale: #787878. Windows color (decimal): -14895577 or 2602524. OLE color: 2602524.
HSL color Cylindrical-coordinate representation of color #1CB627: hue angle of 124.29º 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 #1CB627 is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 28 | 182 | 39 | - |
| CMYK | 0.85 | 0 | 0.79 | 0.29 |
| HSL | 124.29º | 0.73% | 0.41% | - |
| HSV(B) | 124.29º | 0.85% | 0.71% | - |
| XYZ | 17.57 | 33.85 | 7.53 | - |
| YUV | 119.65 | 82.48 | 62.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 182 | 39 | 0.85 | 0 | 0.79 | 0.29 | 124.29 | 0.73 | 0.41 |
| Hex | 1C | B6 | 27 | 55 | 0 | 4F | 1D | 7C | 49 | 29 |
| Octal | 34 | 266 | 47 | 125 | 0 | 117 | 35 | 174 | 111 | 51 |
| Binary | 11100 | 10110110 | 100111 | 1010101 | 0 | 1001111 | 11101 | 1111100 | 1001001 | 101001 |
Color Harmonies of #1CB627
Complementary color
Monochromatic Colors of #1CB627
Black with #1CB627
Text Example
Text Example
White with #1CB627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB627; }
p { color: rgb(28,182,39); }
H1.HeaderClassName
{
color: #1CB627;
}
.AnyTagClassName
{
color: #1CB627;
}
</style>
background-color css
<style>
a { background-color: #1CB627; }
a { background-color: rgb(28,182,39); }
div.DivClassName
{
background-color: #1CB627;
}
.BgClassName
{
background-color: #1CB627;
}
</style>
border-color css
<style>
span { border-color: #1CB627; }
span { border-color: rgb(28,182,39); }
td.TdClassName
{
border-color: #1CB627;
}
.TagClassName
{
border-color: #1CB627;
}
</style>