Html Css Color HEX #2EA70D Kelly Green

📋 copy color: '#2EA70D'

red 46 ◦ green 167 ◦ blue 13

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

Shades of Kelly Green #2EA70D

Tints of Kelly Green #2EA70D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 73.89%

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

R = 20.35%
G = 73.89%
B = 5.75%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#2EA70D (or 0x2EA70D) is known color: Kelly Green. HEX triplet: 2E, A7 and 0D. RGB value is (46,167,13). Sum of RGB (Red+Green+Blue) = 46+167+13=226 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.35% from 226); Green value is 167 (65.62% from 255 or 73.89% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 167 - color contains mainly: green. Hex color #2EA70D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EA70D is #D158F2. Grayscale: #717171. Windows color (decimal): -13719795 or 894766. OLE color: 894766.

HSL color Cylindrical-coordinate representation of color #2EA70D: hue angle of 107.14º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2EA70D is Cyan = 0.72, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 46 167 13 -
CMYK 0.72 0 0.92 0.35
HSL 107.14º 0.86% 0.35% -
HSV(B) 107.14º 0.92% 0.65% -
XYZ 15.02 28.25 5.04 -
YUV 113.27 71.41 80.02 -
System Red Green Blue C M Y K H S L
Decimal 46 167 13 0.72 0 0.92 0.35 107.14 0.86 0.35
Hex 2E A7 D 48 0 5C 23 6B 56 23
Octal 56 247 15 110 0 134 43 153 126 43
Binary 101110 10100111 1101 1001000 0 1011100 100011 1101011 1010110 100011

Color Harmonies of #2EA70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA70D

Black with #2EA70D

Text Example


Text Example

White with #2EA70D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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