#2EC114

Color #2EC114 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #2EC114

Tints of Kelly Green #2EC114

Color information

#2EC114 (or 0x2EC114) is unknown color: approx Kelly Green. HEX triplet: 2E, C1 and 14. RGB value is (46,193,20). Sum of RGB (Red+Green+Blue) = 46+193+20=259 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.76% from 259); Green value is 193 (75.78% from 255 or 74.52% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC114 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC114 is #D13EEB. Grayscale: #818181. Windows color (decimal): -13713132 or 1360174. OLE color: 1360174.

HSL color Cylindrical-coordinate representation of color #2EC114: hue angle of 110.98º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2EC114 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB4619320-
CMYK0.7600.900.24
HSL110.98º81.22%41.76%-
HSV(B)110.98º89.64%75.69%-
XYZ20.3238.777.07-
YUV129.3266.368.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 17.76%
GREEN value IS 193 (75.78% from 255) = 74.52%
BLUE value IS 20 (8.20% from 255) = 7.72%
R=17.76%
G=74.52%
B=7.72%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal46193200.7600.900.24110.9881.2241.76
Hex2EC1144C05A186f512a
Octal563012411401323015712152
Binary10111011000001101001001100010110101100011011111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2EC114; }

 p { color: rgb(46,193,20); }

 H1.HeaderClassName
 {
   color: #2EC114;
 }
 .AnyTagClassName
 {
   color: #2EC114;
 }
</style>
background-color css

<style>
 a { background-color: #2EC114; }

 a { background-color: rgb(46,193,20); }

 div.DivClassName
 {
   background-color: #2EC114;
 }
 .BgClassName
 {
   background-color: #2EC114;
 }
</style>
border-color css

<style>
 span { border-color: #2EC114; }

 span { border-color: rgb(46,193,20); }

 td.TdClassName
 {
   border-color: #2EC114;
 }
 .TagClassName
 {
   border-color: #2EC114;
 }
</style>