Shades of Lime Green #1ED633
Tints of Lime Green #1ED633
RGB
CMYK
RGB Variations
Color information
#1ED633 (or 0x1ED633) is known color: Lime Green. HEX triplet: 1E, D6 and 33. RGB value is (30,214,51). Sum of RGB (Red+Green+Blue) = 30+214+51=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 214 (83.98% from 255 or 72.54% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 214 - color contains mainly: green. Hex color #1ED633 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED633 is #E129CC. Grayscale: #8C8C8C. Windows color (decimal): -14756301 or 3397150. OLE color: 3397150.
HSL color Cylindrical-coordinate representation of color #1ED633: hue angle of 126.85º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED633 is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 214 | 51 | - |
| CMYK | 0.86 | 0 | 0.76 | 0.16 |
| HSL | 126.85º | 0.75% | 0.48% | - |
| HSV(B) | 126.85º | 0.86% | 0.84% | - |
| XYZ | 25.18 | 48.61 | 11.19 | - |
| YUV | 140.4 | 77.54 | 49.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 214 | 51 | 0.86 | 0 | 0.76 | 0.16 | 126.85 | 0.75 | 0.48 |
| Hex | 1E | D6 | 33 | 56 | 0 | 4C | 10 | 7F | 4B | 30 |
| Octal | 36 | 326 | 63 | 126 | 0 | 114 | 20 | 177 | 113 | 60 |
| Binary | 11110 | 11010110 | 110011 | 1010110 | 0 | 1001100 | 10000 | 1111111 | 1001011 | 110000 |
Color Harmonies of #1ED633
Complementary color
Monochromatic Colors of #1ED633
Black with #1ED633
Text Example
Text Example
White with #1ED633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED633; }
p { color: rgb(30,214,51); }
H1.HeaderClassName
{
color: #1ED633;
}
.AnyTagClassName
{
color: #1ED633;
}
</style>
background-color css
<style>
a { background-color: #1ED633; }
a { background-color: rgb(30,214,51); }
div.DivClassName
{
background-color: #1ED633;
}
.BgClassName
{
background-color: #1ED633;
}
</style>
border-color css
<style>
span { border-color: #1ED633; }
span { border-color: rgb(30,214,51); }
td.TdClassName
{
border-color: #1ED633;
}
.TagClassName
{
border-color: #1ED633;
}
</style>