Html Css Color HEX #2EBC50 Chateau Green

📋 copy color: '#2EBC50'

red 46 ◦ green 188 ◦ blue 80

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

Shades of Chateau Green #2EBC50

Tints of Chateau Green #2EBC50

RGB

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

 GREEN value IS 188 (73.83% from 255) = 59.87%

 BLUE value IS 80 (31.64% from 255) = 25.48%

R = 14.65%
G = 59.87%
B = 25.48%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#2EBC50 (or 0x2EBC50) is known color: Chateau Green. HEX triplet: 2E, BC and 50. RGB value is (46,188,80). Sum of RGB (Red+Green+Blue) = 46+188+80=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 188 (73.83% from 255 or 59.87% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBC50 is #D143AF. Grayscale: #858585. Windows color (decimal): -13714352 or 5291054. OLE color: 5291054.

HSL color Cylindrical-coordinate representation of color #2EBC50: hue angle of 134.37º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBC50 is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 46 188 80 -
CMYK 0.76 0 0.57 0.26
HSL 134.37º 0.61% 0.46% -
HSV(B) 134.37º 0.76% 0.74% -
XYZ 20.56 37.13 13.67 -
YUV 133.23 97.96 65.78 -
System Red Green Blue C M Y K H S L
Decimal 46 188 80 0.76 0 0.57 0.26 134.37 0.61 0.46
Hex 2E BC 50 4C 0 39 1A 86 3D 2E
Octal 56 274 120 114 0 71 32 206 75 56
Binary 101110 10111100 1010000 1001100 0 111001 11010 10000110 111101 101110

Color Harmonies of #2EBC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBC50

Black with #2EBC50

Text Example


Text Example

White with #2EBC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,188,80); }

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

background-color css

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

 a { background-color: rgb(46,188,80); }

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

border-color css

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

 span { border-color: rgb(46,188,80); }

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