Html Css Color HEX #2EB84D Chateau Green

📋 copy color: '#2EB84D'

red 46 ◦ green 184 ◦ blue 77

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

Shades of Chateau Green #2EB84D

Tints of Chateau Green #2EB84D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.08%

R = 14.98%
G = 59.93%
B = 25.08%

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

#2EB84D (or 0x2EB84D) is known color: Chateau Green. HEX triplet: 2E, B8 and 4D. RGB value is (46,184,77). Sum of RGB (Red+Green+Blue) = 46+184+77=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 184 (72.27% from 255 or 59.93% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 184 - color contains mainly: green. Hex color #2EB84D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB84D is #D147B2. Grayscale: #828282. Windows color (decimal): -13715379 or 5093422. OLE color: 5093422.

HSL color Cylindrical-coordinate representation of color #2EB84D: hue angle of 133.48º 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 #2EB84D is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 46 184 77 -
CMYK 0.75 0 0.58 0.28
HSL 133.48º 0.6% 0.45% -
HSV(B) 133.48º 0.75% 0.72% -
XYZ 19.61 35.4 12.82 -
YUV 130.54 97.78 67.7 -
System Red Green Blue C M Y K H S L
Decimal 46 184 77 0.75 0 0.58 0.28 133.48 0.6 0.45
Hex 2E B8 4D 4B 0 3A 1C 85 3C 2D
Octal 56 270 115 113 0 72 34 205 74 55
Binary 101110 10111000 1001101 1001011 0 111010 11100 10000101 111100 101101

Color Harmonies of #2EB84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB84D

Black with #2EB84D

Text Example


Text Example

White with #2EB84D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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