Shades of Kelly Green #2EC102
Tints of Kelly Green #2EC102
RGB
CMYK
RGB Variations
Color information
#2EC102 (or 0x2EC102) is known color: Kelly Green. HEX triplet: 2E, C1 and 02. RGB value is (46,193,2). Sum of RGB (Red+Green+Blue) = 46+193+2=241 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.09% from 241); Green value is 193 (75.78% from 255 or 80.08% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC102 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC102 is #D13EFD. Grayscale: #7F7F7F. Windows color (decimal): -13713150 or 180526. OLE color: 180526.
HSL color Cylindrical-coordinate representation of color #2EC102: hue angle of 106.18º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2EC102 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 193 | 2 | - |
| CMYK | 0.76 | 0 | 0.99 | 0.24 |
| HSL | 106.18º | 0.98% | 0.38% | - |
| HSV(B) | 106.18º | 0.99% | 0.76% | - |
| XYZ | 20.21 | 38.73 | 6.47 | - |
| YUV | 127.27 | 57.3 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 193 | 2 | 0.76 | 0 | 0.99 | 0.24 | 106.18 | 0.98 | 0.38 |
| Hex | 2E | C1 | 2 | 4C | 0 | 63 | 18 | 6A | 62 | 26 |
| Octal | 56 | 301 | 2 | 114 | 0 | 143 | 30 | 152 | 142 | 46 |
| Binary | 101110 | 11000001 | 10 | 1001100 | 0 | 1100011 | 11000 | 1101010 | 1100010 | 100110 |
Color Harmonies of #2EC102
Complementary color
Monochromatic Colors of #2EC102
Black with #2EC102
Text Example
Text Example
White with #2EC102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC102; }
p { color: rgb(46,193,2); }
H1.HeaderClassName
{
color: #2EC102;
}
.AnyTagClassName
{
color: #2EC102;
}
</style>
background-color css
<style>
a { background-color: #2EC102; }
a { background-color: rgb(46,193,2); }
div.DivClassName
{
background-color: #2EC102;
}
.BgClassName
{
background-color: #2EC102;
}
</style>
border-color css
<style>
span { border-color: #2EC102; }
span { border-color: rgb(46,193,2); }
td.TdClassName
{
border-color: #2EC102;
}
.TagClassName
{
border-color: #2EC102;
}
</style>