Shades of Lime Green #1ECD33
Tints of Lime Green #1ECD33
RGB
CMYK
RGB Variations
Color information
#1ECD33 (or 0x1ECD33) is known color: Lime Green. HEX triplet: 1E, CD and 33. RGB value is (30,205,51). Sum of RGB (Red+Green+Blue) = 30+205+51=286 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.49% from 286); Green value is 205 (80.47% from 255 or 71.68% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 205 - color contains mainly: green. Hex color #1ECD33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECD33 is #E132CC. Grayscale: #878787. Windows color (decimal): -14758605 or 3394846. OLE color: 3394846.
HSL color Cylindrical-coordinate representation of color #1ECD33: hue angle of 127.2º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECD33 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 205 | 51 | - |
| CMYK | 0.85 | 0 | 0.75 | 0.20 |
| HSL | 127.2º | 0.74% | 0.46% | - |
| HSV(B) | 127.2º | 0.85% | 0.8% | - |
| XYZ | 22.96 | 44.18 | 10.45 | - |
| YUV | 135.12 | 80.52 | 53.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 205 | 51 | 0.85 | 0 | 0.75 | 0.20 | 127.2 | 0.74 | 0.46 |
| Hex | 1E | CD | 33 | 55 | 0 | 4B | 14 | 7F | 4A | 2E |
| Octal | 36 | 315 | 63 | 125 | 0 | 113 | 24 | 177 | 112 | 56 |
| Binary | 11110 | 11001101 | 110011 | 1010101 | 0 | 1001011 | 10100 | 1111111 | 1001010 | 101110 |
Color Harmonies of #1ECD33
Complementary color
Monochromatic Colors of #1ECD33
Black with #1ECD33
Text Example
Text Example
White with #1ECD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECD33; }
p { color: rgb(30,205,51); }
H1.HeaderClassName
{
color: #1ECD33;
}
.AnyTagClassName
{
color: #1ECD33;
}
</style>
background-color css
<style>
a { background-color: #1ECD33; }
a { background-color: rgb(30,205,51); }
div.DivClassName
{
background-color: #1ECD33;
}
.BgClassName
{
background-color: #1ECD33;
}
</style>
border-color css
<style>
span { border-color: #1ECD33; }
span { border-color: rgb(30,205,51); }
td.TdClassName
{
border-color: #1ECD33;
}
.TagClassName
{
border-color: #1ECD33;
}
</style>