Html Css Color HEX #2EBA54 Chateau Green

📋 copy color: '#2EBA54'

red 46 ◦ green 186 ◦ blue 84

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

Shades of Chateau Green #2EBA54

Tints of Chateau Green #2EBA54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.58%

R = 14.56%
G = 58.86%
B = 26.58%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#2EBA54 (or 0x2EBA54) is known color: Chateau Green. HEX triplet: 2E, BA and 54. RGB value is (46,186,84). Sum of RGB (Red+Green+Blue) = 46+186+84=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 186 (73.05% from 255 or 58.86% from 316); Blue value is 84 (33.20% from 255 or 26.58% from 316); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBA54 is #D145AB. Grayscale: #848484. Windows color (decimal): -13714860 or 5552686. OLE color: 5552686.

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

Color convert

RGB 46 186 84 -
CMYK 0.75 0 0.55 0.27
HSL 136.29º 0.6% 0.45% -
HSV(B) 136.29º 0.75% 0.73% -
XYZ 20.29 36.34 14.33 -
YUV 132.51 100.62 66.29 -
System Red Green Blue C M Y K H S L
Decimal 46 186 84 0.75 0 0.55 0.27 136.29 0.6 0.45
Hex 2E BA 54 4B 0 37 1B 88 3C 2D
Octal 56 272 124 113 0 67 33 210 74 55
Binary 101110 10111010 1010100 1001011 0 110111 11011 10001000 111100 101101

Color Harmonies of #2EBA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBA54

Black with #2EBA54

Text Example


Text Example

White with #2EBA54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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