Shades of Lime Green #1CD01C
Tints of Lime Green #1CD01C
RGB
CMYK
RGB Variations
Color information
#1CD01C (or 0x1CD01C) is known color: Lime Green. HEX triplet: 1C, D0 and 1C. RGB value is (28,208,28). Sum of RGB (Red+Green+Blue) = 28+208+28=264 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.61% from 264); Green value is 208 (81.64% from 255 or 78.79% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 208 - color contains mainly: green. Hex color #1CD01C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD01C is #E32FE3. Grayscale: #868686. Windows color (decimal): -14888932 or 1888284. OLE color: 1888284.
HSL color Cylindrical-coordinate representation of color #1CD01C: hue angle of 120º 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 #1CD01C is Cyan = 0.87, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 28 | 208 | 28 | - |
| CMYK | 0.87 | 0 | 0.87 | 0.18 |
| HSL | 120º | 0.76% | 0.46% | - |
| HSV(B) | 120º | 0.87% | 0.82% | - |
| XYZ | 23.24 | 45.44 | 8.64 | - |
| YUV | 133.66 | 68.37 | 52.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 208 | 28 | 0.87 | 0 | 0.87 | 0.18 | 120 | 0.76 | 0.46 |
| Hex | 1C | D0 | 1C | 57 | 0 | 57 | 12 | 78 | 4C | 2E |
| Octal | 34 | 320 | 34 | 127 | 0 | 127 | 22 | 170 | 114 | 56 |
| Binary | 11100 | 11010000 | 11100 | 1010111 | 0 | 1010111 | 10010 | 1111000 | 1001100 | 101110 |
Color Harmonies of #1CD01C
Complementary color
Monochromatic Colors of #1CD01C
Black with #1CD01C
Text Example
Text Example
White with #1CD01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD01C; }
p { color: rgb(28,208,28); }
H1.HeaderClassName
{
color: #1CD01C;
}
.AnyTagClassName
{
color: #1CD01C;
}
</style>
background-color css
<style>
a { background-color: #1CD01C; }
a { background-color: rgb(28,208,28); }
div.DivClassName
{
background-color: #1CD01C;
}
.BgClassName
{
background-color: #1CD01C;
}
</style>
border-color css
<style>
span { border-color: #1CD01C; }
span { border-color: rgb(28,208,28); }
td.TdClassName
{
border-color: #1CD01C;
}
.TagClassName
{
border-color: #1CD01C;
}
</style>