Shades of Lime Green #1DC63A
Tints of Lime Green #1DC63A
RGB
CMYK
RGB Variations
Color information
#1DC63A (or 0x1DC63A) is known color: Lime Green. HEX triplet: 1D, C6 and 3A. RGB value is (29,198,58). Sum of RGB (Red+Green+Blue) = 29+198+58=285 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.18% from 285); Green value is 198 (77.73% from 255 or 69.47% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 198 - color contains mainly: green. Hex color #1DC63A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC63A is #E239C5. Grayscale: #838383. Windows color (decimal): -14825926 or 3851805. OLE color: 3851805.
HSL color Cylindrical-coordinate representation of color #1DC63A: hue angle of 130.3º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC63A is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 29 | 198 | 58 | - |
| CMYK | 0.85 | 0 | 0.71 | 0.22 |
| HSL | 130.3º | 0.74% | 0.45% | - |
| HSV(B) | 130.3º | 0.85% | 0.78% | - |
| XYZ | 21.46 | 40.95 | 10.78 | - |
| YUV | 131.51 | 86.51 | 54.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 198 | 58 | 0.85 | 0 | 0.71 | 0.22 | 130.3 | 0.74 | 0.45 |
| Hex | 1D | C6 | 3A | 55 | 0 | 47 | 16 | 82 | 4A | 2D |
| Octal | 35 | 306 | 72 | 125 | 0 | 107 | 26 | 202 | 112 | 55 |
| Binary | 11101 | 11000110 | 111010 | 1010101 | 0 | 1000111 | 10110 | 10000010 | 1001010 | 101101 |
Color Harmonies of #1DC63A
Complementary color
Monochromatic Colors of #1DC63A
Black with #1DC63A
Text Example
Text Example
White with #1DC63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC63A; }
p { color: rgb(29,198,58); }
H1.HeaderClassName
{
color: #1DC63A;
}
.AnyTagClassName
{
color: #1DC63A;
}
</style>
background-color css
<style>
a { background-color: #1DC63A; }
a { background-color: rgb(29,198,58); }
div.DivClassName
{
background-color: #1DC63A;
}
.BgClassName
{
background-color: #1DC63A;
}
</style>
border-color css
<style>
span { border-color: #1DC63A; }
span { border-color: rgb(29,198,58); }
td.TdClassName
{
border-color: #1DC63A;
}
.TagClassName
{
border-color: #1DC63A;
}
</style>