Html Css Color HEX #2EC205 Kelly Green

📋 copy color: '#2EC205'

red 46 ◦ green 194 ◦ blue 5

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

Shades of Kelly Green #2EC205

Tints of Kelly Green #2EC205

RGB

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

 GREEN value IS 194 (76.17% from 255) = 79.18%

 BLUE value IS 5 (2.34% from 255) = 2.04%

R = 18.78%
G = 79.18%
B = 2.04%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#2EC205 (or 0x2EC205) is known color: Kelly Green. HEX triplet: 2E, C2 and 05. RGB value is (46,194,5). Sum of RGB (Red+Green+Blue) = 46+194+5=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 194 (76.17% from 255 or 79.18% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 194 - color contains mainly: green. Hex color #2EC205 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC205 is #D13DFA. Grayscale: #808080. Windows color (decimal): -13712891 or 377390. OLE color: 377390.

HSL color Cylindrical-coordinate representation of color #2EC205: hue angle of 106.98º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2EC205 is Cyan = 0.76, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 46 194 5 -
CMYK 0.76 0 0.97 0.24
HSL 106.98º 0.95% 0.39% -
HSV(B) 106.98º 0.97% 0.76% -
XYZ 20.45 39.18 6.63 -
YUV 128.2 58.47 69.37 -
System Red Green Blue C M Y K H S L
Decimal 46 194 5 0.76 0 0.97 0.24 106.98 0.95 0.39
Hex 2E C2 5 4C 0 61 18 6B 5F 27
Octal 56 302 5 114 0 141 30 153 137 47
Binary 101110 11000010 101 1001100 0 1100001 11000 1101011 1011111 100111

Color Harmonies of #2EC205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC205

Black with #2EC205

Text Example


Text Example

White with #2EC205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,194,5); }

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

background-color css

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

 a { background-color: rgb(46,194,5); }

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

border-color css

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

 span { border-color: rgb(46,194,5); }

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