Shades of Kelly Green #1EC402
Tints of Kelly Green #1EC402
RGB
CMYK
RGB Variations
Color information
#1EC402 (or 0x1EC402) is known color: Kelly Green. HEX triplet: 1E, C4 and 02. RGB value is (30,196,2). Sum of RGB (Red+Green+Blue) = 30+196+2=228 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.16% from 228); Green value is 196 (76.95% from 255 or 85.96% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 196 - color contains mainly: green. Hex color #1EC402 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC402 is #E13BFD. Grayscale: #7C7C7C. Windows color (decimal): -14760958 or 181278. OLE color: 181278.
HSL color Cylindrical-coordinate representation of color #1EC402: hue angle of 111.34º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1EC402 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 30 | 196 | 2 | - |
| CMYK | 0.85 | 0 | 0.99 | 0.23 |
| HSL | 111.34º | 0.98% | 0.39% | - |
| HSV(B) | 111.34º | 0.99% | 0.77% | - |
| XYZ | 20.29 | 39.76 | 6.66 | - |
| YUV | 124.25 | 59 | 60.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 196 | 2 | 0.85 | 0 | 0.99 | 0.23 | 111.34 | 0.98 | 0.39 |
| Hex | 1E | C4 | 2 | 55 | 0 | 63 | 17 | 6F | 62 | 27 |
| Octal | 36 | 304 | 2 | 125 | 0 | 143 | 27 | 157 | 142 | 47 |
| Binary | 11110 | 11000100 | 10 | 1010101 | 0 | 1100011 | 10111 | 1101111 | 1100010 | 100111 |
Color Harmonies of #1EC402
Complementary color
Monochromatic Colors of #1EC402
Black with #1EC402
Text Example
Text Example
White with #1EC402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC402; }
p { color: rgb(30,196,2); }
H1.HeaderClassName
{
color: #1EC402;
}
.AnyTagClassName
{
color: #1EC402;
}
</style>
background-color css
<style>
a { background-color: #1EC402; }
a { background-color: rgb(30,196,2); }
div.DivClassName
{
background-color: #1EC402;
}
.BgClassName
{
background-color: #1EC402;
}
</style>
border-color css
<style>
span { border-color: #1EC402; }
span { border-color: rgb(30,196,2); }
td.TdClassName
{
border-color: #1EC402;
}
.TagClassName
{
border-color: #1EC402;
}
</style>