Html Css Color HEX #2EC206 Kelly Green

📋 copy color: '#2EC206'

red 46 ◦ green 194 ◦ blue 6

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

Shades of Kelly Green #2EC206

Tints of Kelly Green #2EC206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.44%

R = 18.7%
G = 78.86%
B = 2.44%

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

#2EC206 (or 0x2EC206) is known color: Kelly Green. HEX triplet: 2E, C2 and 06. RGB value is (46,194,6). Sum of RGB (Red+Green+Blue) = 46+194+6=246 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.70% from 246); Green value is 194 (76.17% from 255 or 78.86% from 246); Blue value is 6 (2.73% from 255 or 2.44% from 246); Max value from RGB is 194 - color contains mainly: green. Hex color #2EC206 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC206 is #D13DF9. Grayscale: #808080. Windows color (decimal): -13712890 or 442926. OLE color: 442926.

HSL color Cylindrical-coordinate representation of color #2EC206: hue angle of 107.23º degrees, saturation: 0.94, 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 #2EC206 is Cyan = 0.76, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 46 194 6 -
CMYK 0.76 0 0.97 0.24
HSL 107.23º 0.94% 0.39% -
HSV(B) 107.23º 0.97% 0.76% -
XYZ 20.45 39.18 6.66 -
YUV 128.32 58.97 69.29 -
System Red Green Blue C M Y K H S L
Decimal 46 194 6 0.76 0 0.97 0.24 107.23 0.94 0.39
Hex 2E C2 6 4C 0 61 18 6B 5E 27
Octal 56 302 6 114 0 141 30 153 136 47
Binary 101110 11000010 110 1001100 0 1100001 11000 1101011 1011110 100111

Color Harmonies of #2EC206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC206

Black with #2EC206

Text Example


Text Example

White with #2EC206

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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