Html Css Color HEX #2EC80C Kelly Green

📋 copy color: '#2EC80C'

red 46 ◦ green 200 ◦ blue 12

#2EC80C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #2EC80C

Tints of Kelly Green #2EC80C

RGB

 RED value IS 46 (18.36% from 255) = 17.83%

 GREEN value IS 200 (78.52% from 255) = 77.52%

 BLUE value IS 12 (5.08% from 255) = 4.65%

R = 17.83%
G = 77.52%
B = 4.65%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#2EC80C (or 0x2EC80C) is known color: Kelly Green. HEX triplet: 2E, C8 and 0C. RGB value is (46,200,12). Sum of RGB (Red+Green+Blue) = 46+200+12=258 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.83% from 258); Green value is 200 (78.52% from 255 or 77.52% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 200 - color contains mainly: green. Hex color #2EC80C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC80C is #D137F3. Grayscale: #858585. Windows color (decimal): -13711348 or 837678. OLE color: 837678.

HSL color Cylindrical-coordinate representation of color #2EC80C: hue angle of 109.15º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2EC80C is Cyan = 0.77, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 46 200 12 -
CMYK 0.77 0 0.94 0.22
HSL 109.15º 0.89% 0.42% -
HSV(B) 109.15º 0.94% 0.78% -
XYZ 21.85 41.92 7.29 -
YUV 132.52 59.98 66.29 -
System Red Green Blue C M Y K H S L
Decimal 46 200 12 0.77 0 0.94 0.22 109.15 0.89 0.42
Hex 2E C8 C 4D 0 5E 16 6D 59 2A
Octal 56 310 14 115 0 136 26 155 131 52
Binary 101110 11001000 1100 1001101 0 1011110 10110 1101101 1011001 101010

Color Harmonies of #2EC80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC80C

Black with #2EC80C

Text Example


Text Example

White with #2EC80C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,200,12); }

 H1.HeaderClassName
 {
   color: #2EC80C;
 }
 .AnyTagClassName
 {
   color: #2EC80C;
 }
</style>

background-color css

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

 a { background-color: rgb(46,200,12); }

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

border-color css

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

 span { border-color: rgb(46,200,12); }

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