Shades of Lime Green #1CD935
Tints of Lime Green #1CD935
RGB
CMYK
RGB Variations
Color information
#1CD935 (or 0x1CD935) is known color: Lime Green. HEX triplet: 1C, D9 and 35. RGB value is (28,217,53). Sum of RGB (Red+Green+Blue) = 28+217+53=298 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.40% from 298); Green value is 217 (85.16% from 255 or 72.82% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 217 - color contains mainly: green. Hex color #1CD935 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD935 is #E326CA. Grayscale: #8E8E8E. Windows color (decimal): -14886603 or 3528988. OLE color: 3528988.
HSL color Cylindrical-coordinate representation of color #1CD935: hue angle of 127.94º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD935 is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 28 | 217 | 53 | - |
| CMYK | 0.87 | 0 | 0.76 | 0.15 |
| HSL | 127.94º | 0.77% | 0.48% | - |
| HSV(B) | 127.94º | 0.87% | 0.85% | - |
| XYZ | 25.93 | 50.13 | 11.68 | - |
| YUV | 141.79 | 77.88 | 46.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 217 | 53 | 0.87 | 0 | 0.76 | 0.15 | 127.94 | 0.77 | 0.48 |
| Hex | 1C | D9 | 35 | 57 | 0 | 4C | F | 80 | 4D | 30 |
| Octal | 34 | 331 | 65 | 127 | 0 | 114 | 17 | 200 | 115 | 60 |
| Binary | 11100 | 11011001 | 110101 | 1010111 | 0 | 1001100 | 1111 | 10000000 | 1001101 | 110000 |
Color Harmonies of #1CD935
Complementary color
Monochromatic Colors of #1CD935
Black with #1CD935
Text Example
Text Example
White with #1CD935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD935; }
p { color: rgb(28,217,53); }
H1.HeaderClassName
{
color: #1CD935;
}
.AnyTagClassName
{
color: #1CD935;
}
</style>
background-color css
<style>
a { background-color: #1CD935; }
a { background-color: rgb(28,217,53); }
div.DivClassName
{
background-color: #1CD935;
}
.BgClassName
{
background-color: #1CD935;
}
</style>
border-color css
<style>
span { border-color: #1CD935; }
span { border-color: rgb(28,217,53); }
td.TdClassName
{
border-color: #1CD935;
}
.TagClassName
{
border-color: #1CD935;
}
</style>