Html Css Color HEX #2EB94E Chateau Green

📋 copy color: '#2EB94E'

red 46 ◦ green 185 ◦ blue 78

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

Shades of Chateau Green #2EB94E

Tints of Chateau Green #2EB94E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 59.87%

 BLUE value IS 78 (30.86% from 255) = 25.24%

R = 14.89%
G = 59.87%
B = 25.24%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#2EB94E (or 0x2EB94E) is known color: Chateau Green. HEX triplet: 2E, B9 and 4E. RGB value is (46,185,78). Sum of RGB (Red+Green+Blue) = 46+185+78=309 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.89% from 309); Green value is 185 (72.66% from 255 or 59.87% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 185 - color contains mainly: green. Hex color #2EB94E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB94E is #D146B1. Grayscale: #838383. Windows color (decimal): -13715122 or 5159214. OLE color: 5159214.

HSL color Cylindrical-coordinate representation of color #2EB94E: hue angle of 133.81º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB94E is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 185 78 -
CMYK 0.75 0 0.58 0.27
HSL 133.81º 0.6% 0.45% -
HSV(B) 133.81º 0.75% 0.73% -
XYZ 19.85 35.83 13.08 -
YUV 131.24 97.95 67.2 -
System Red Green Blue C M Y K H S L
Decimal 46 185 78 0.75 0 0.58 0.27 133.81 0.6 0.45
Hex 2E B9 4E 4B 0 3A 1B 86 3C 2D
Octal 56 271 116 113 0 72 33 206 74 55
Binary 101110 10111001 1001110 1001011 0 111010 11011 10000110 111100 101101

Color Harmonies of #2EB94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB94E

Black with #2EB94E

Text Example


Text Example

White with #2EB94E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,185,78); }

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

background-color css

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

 a { background-color: rgb(46,185,78); }

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

border-color css

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

 span { border-color: rgb(46,185,78); }

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