Html Css Color HEX #2EB84E Chateau Green

📋 copy color: '#2EB84E'

red 46 ◦ green 184 ◦ blue 78

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

Shades of Chateau Green #2EB84E

Tints of Chateau Green #2EB84E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 59.74%

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

R = 14.94%
G = 59.74%
B = 25.32%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#2EB84E (or 0x2EB84E) is known color: Chateau Green. HEX triplet: 2E, B8 and 4E. RGB value is (46,184,78). Sum of RGB (Red+Green+Blue) = 46+184+78=308 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.94% from 308); Green value is 184 (72.27% from 255 or 59.74% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 184 - color contains mainly: green. Hex color #2EB84E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB84E is #D147B1. Grayscale: #828282. Windows color (decimal): -13715378 or 5158958. OLE color: 5158958.

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

Color convert

RGB 46 184 78 -
CMYK 0.75 0 0.58 0.28
HSL 133.91º 0.6% 0.45% -
HSV(B) 133.91º 0.75% 0.72% -
XYZ 19.64 35.41 13.01 -
YUV 130.65 98.28 67.62 -
System Red Green Blue C M Y K H S L
Decimal 46 184 78 0.75 0 0.58 0.28 133.91 0.6 0.45
Hex 2E B8 4E 4B 0 3A 1C 86 3C 2D
Octal 56 270 116 113 0 72 34 206 74 55
Binary 101110 10111000 1001110 1001011 0 111010 11100 10000110 111100 101101

Color Harmonies of #2EB84E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB84E

Black with #2EB84E

Text Example


Text Example

White with #2EB84E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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