Html Css Color HEX #2EC40D Kelly Green

📋 copy color: '#2EC40D'

red 46 ◦ green 196 ◦ blue 13

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

Shades of Kelly Green #2EC40D

Tints of Kelly Green #2EC40D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 76.86%

 BLUE value IS 13 (5.47% from 255) = 5.1%

R = 18.04%
G = 76.86%
B = 5.1%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#2EC40D (or 0x2EC40D) is known color: Kelly Green. HEX triplet: 2E, C4 and 0D. RGB value is (46,196,13). Sum of RGB (Red+Green+Blue) = 46+196+13=255 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.04% from 255); Green value is 196 (76.95% from 255 or 76.86% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 196 - color contains mainly: green. Hex color #2EC40D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC40D is #D13BF2. Grayscale: #828282. Windows color (decimal): -13712371 or 902190. OLE color: 902190.

HSL color Cylindrical-coordinate representation of color #2EC40D: hue angle of 109.18º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2EC40D is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 46 196 13 -
CMYK 0.77 0 0.93 0.23
HSL 109.18º 0.88% 0.41% -
HSV(B) 109.18º 0.93% 0.77% -
XYZ 20.94 40.09 7.02 -
YUV 130.29 61.81 67.88 -
System Red Green Blue C M Y K H S L
Decimal 46 196 13 0.77 0 0.93 0.23 109.18 0.88 0.41
Hex 2E C4 D 4D 0 5D 17 6D 58 29
Octal 56 304 15 115 0 135 27 155 130 51
Binary 101110 11000100 1101 1001101 0 1011101 10111 1101101 1011000 101001

Color Harmonies of #2EC40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EC40D

Black with #2EC40D

Text Example


Text Example

White with #2EC40D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,196,13); }

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

background-color css

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

 a { background-color: rgb(46,196,13); }

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

border-color css

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

 span { border-color: rgb(46,196,13); }

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