Html Css Color HEX #2EA706 Kelly Green

📋 copy color: '#2EA706'

red 46 ◦ green 167 ◦ blue 6

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

Shades of Kelly Green #2EA706

Tints of Kelly Green #2EA706

RGB

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

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

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

R = 21%
G = 76.26%
B = 2.74%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#2EA706 (or 0x2EA706) is known color: Kelly Green. HEX triplet: 2E, A7 and 06. RGB value is (46,167,6). Sum of RGB (Red+Green+Blue) = 46+167+6=219 (29% of max value = 765). Red value is 46 (18.36% from 255 or 21.00% from 219); Green value is 167 (65.62% from 255 or 76.26% from 219); Blue value is 6 (2.73% from 255 or 2.74% from 219); Max value from RGB is 167 - color contains mainly: green. Hex color #2EA706 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EA706 is #D158F9. Grayscale: #707070. Windows color (decimal): -13719802 or 436014. OLE color: 436014.

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

Color convert

RGB 46 167 6 -
CMYK 0.72 0 0.96 0.35
HSL 105.09º 0.93% 0.34% -
HSV(B) 105.09º 0.96% 0.65% -
XYZ 14.98 28.23 4.83 -
YUV 112.47 67.91 80.59 -
System Red Green Blue C M Y K H S L
Decimal 46 167 6 0.72 0 0.96 0.35 105.09 0.93 0.34
Hex 2E A7 6 48 0 60 23 69 5D 22
Octal 56 247 6 110 0 140 43 151 135 42
Binary 101110 10100111 110 1001000 0 1100000 100011 1101001 1011101 100010

Color Harmonies of #2EA706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA706

Black with #2EA706

Text Example


Text Example

White with #2EA706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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