Html Css Color HEX #2EB453 Chateau Green

📋 copy color: '#2EB453'

red 46 ◦ green 180 ◦ blue 83

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

Shades of Chateau Green #2EB453

Tints of Chateau Green #2EB453

RGB

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

 GREEN value IS 180 (70.7% from 255) = 58.25%

 BLUE value IS 83 (32.81% from 255) = 26.86%

R = 14.89%
G = 58.25%
B = 26.86%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#2EB453 (or 0x2EB453) is known color: Chateau Green. HEX triplet: 2E, B4 and 53. RGB value is (46,180,83). Sum of RGB (Red+Green+Blue) = 46+180+83=309 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.89% from 309); Green value is 180 (70.70% from 255 or 58.25% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 180 - color contains mainly: green. Hex color #2EB453 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB453 is #D14BAC. Grayscale: #818181. Windows color (decimal): -13716397 or 5485614. OLE color: 5485614.

HSL color Cylindrical-coordinate representation of color #2EB453: hue angle of 136.57º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB453 is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB 46 180 83 -
CMYK 0.74 0 0.54 0.29
HSL 136.57º 0.59% 0.44% -
HSV(B) 136.57º 0.74% 0.71% -
XYZ 19.01 33.85 13.72 -
YUV 128.88 102.11 68.89 -
System Red Green Blue C M Y K H S L
Decimal 46 180 83 0.74 0 0.54 0.29 136.57 0.59 0.44
Hex 2E B4 53 4A 0 36 1D 89 3B 2C
Octal 56 264 123 112 0 66 35 211 73 54
Binary 101110 10110100 1010011 1001010 0 110110 11101 10001001 111011 101100

Color Harmonies of #2EB453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB453

Black with #2EB453

Text Example


Text Example

White with #2EB453

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,180,83); }

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

background-color css

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

 a { background-color: rgb(46,180,83); }

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

border-color css

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

 span { border-color: rgb(46,180,83); }

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