Shades of Lime Green #1CD130
Tints of Lime Green #1CD130
RGB
CMYK
RGB Variations
Color information
#1CD130 (or 0x1CD130) is known color: Lime Green. HEX triplet: 1C, D1 and 30. RGB value is (28,209,48). Sum of RGB (Red+Green+Blue) = 28+209+48=285 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.82% from 285); Green value is 209 (82.03% from 255 or 73.33% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 209 - color contains mainly: green. Hex color #1CD130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD130 is #E32ECF. Grayscale: #888888. Windows color (decimal): -14888656 or 3199260. OLE color: 3199260.
HSL color Cylindrical-coordinate representation of color #1CD130: hue angle of 126.63º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD130 is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 28 | 209 | 48 | - |
| CMYK | 0.87 | 0 | 0.77 | 0.18 |
| HSL | 126.63º | 0.76% | 0.46% | - |
| HSV(B) | 126.63º | 0.87% | 0.82% | - |
| XYZ | 23.81 | 46.06 | 10.43 | - |
| YUV | 136.53 | 78.03 | 50.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 209 | 48 | 0.87 | 0 | 0.77 | 0.18 | 126.63 | 0.76 | 0.46 |
| Hex | 1C | D1 | 30 | 57 | 0 | 4D | 12 | 7F | 4C | 2E |
| Octal | 34 | 321 | 60 | 127 | 0 | 115 | 22 | 177 | 114 | 56 |
| Binary | 11100 | 11010001 | 110000 | 1010111 | 0 | 1001101 | 10010 | 1111111 | 1001100 | 101110 |
Color Harmonies of #1CD130
Complementary color
Monochromatic Colors of #1CD130
Black with #1CD130
Text Example
Text Example
White with #1CD130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD130; }
p { color: rgb(28,209,48); }
H1.HeaderClassName
{
color: #1CD130;
}
.AnyTagClassName
{
color: #1CD130;
}
</style>
background-color css
<style>
a { background-color: #1CD130; }
a { background-color: rgb(28,209,48); }
div.DivClassName
{
background-color: #1CD130;
}
.BgClassName
{
background-color: #1CD130;
}
</style>
border-color css
<style>
span { border-color: #1CD130; }
span { border-color: rgb(28,209,48); }
td.TdClassName
{
border-color: #1CD130;
}
.TagClassName
{
border-color: #1CD130;
}
</style>