Html Css Color HEX #2EBA55 Chateau Green

📋 copy color: '#2EBA55'

red 46 ◦ green 186 ◦ blue 85

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

Shades of Chateau Green #2EBA55

Tints of Chateau Green #2EBA55

RGB

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

 GREEN value IS 186 (73.05% from 255) = 58.68%

 BLUE value IS 85 (33.59% from 255) = 26.81%

R = 14.51%
G = 58.68%
B = 26.81%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#2EBA55 (or 0x2EBA55) is known color: Chateau Green. HEX triplet: 2E, BA and 55. RGB value is (46,186,85). Sum of RGB (Red+Green+Blue) = 46+186+85=317 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.51% from 317); Green value is 186 (73.05% from 255 or 58.68% from 317); Blue value is 85 (33.59% from 255 or 26.81% from 317); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBA55 is #D145AA. Grayscale: #848484. Windows color (decimal): -13714859 or 5618222. OLE color: 5618222.

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

Color convert

RGB 46 186 85 -
CMYK 0.75 0 0.54 0.27
HSL 136.71º 0.6% 0.45% -
HSV(B) 136.71º 0.75% 0.73% -
XYZ 20.33 36.35 14.54 -
YUV 132.63 101.12 66.21 -
System Red Green Blue C M Y K H S L
Decimal 46 186 85 0.75 0 0.54 0.27 136.71 0.6 0.45
Hex 2E BA 55 4B 0 36 1B 89 3C 2D
Octal 56 272 125 113 0 66 33 211 74 55
Binary 101110 10111010 1010101 1001011 0 110110 11011 10001001 111100 101101

Color Harmonies of #2EBA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBA55

Black with #2EBA55

Text Example


Text Example

White with #2EBA55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,186,85); }

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

background-color css

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

 a { background-color: rgb(46,186,85); }

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

border-color css

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

 span { border-color: rgb(46,186,85); }

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