Html Css Color HEX #2EB24A Chateau Green

📋 copy color: '#2EB24A'

red 46 ◦ green 178 ◦ blue 74

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

Shades of Chateau Green #2EB24A

Tints of Chateau Green #2EB24A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 59.73%

 BLUE value IS 74 (29.3% from 255) = 24.83%

R = 15.44%
G = 59.73%
B = 24.83%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#2EB24A (or 0x2EB24A) is known color: Chateau Green. HEX triplet: 2E, B2 and 4A. RGB value is (46,178,74). Sum of RGB (Red+Green+Blue) = 46+178+74=298 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.44% from 298); Green value is 178 (69.92% from 255 or 59.73% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 178 - color contains mainly: green. Hex color #2EB24A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EB24A is #D14DB5. Grayscale: #7E7E7E. Windows color (decimal): -13716918 or 4895278. OLE color: 4895278.

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

Color convert

RGB 46 178 74 -
CMYK 0.74 0 0.58 0.30
HSL 132.73º 0.59% 0.44% -
HSV(B) 132.73º 0.74% 0.7% -
XYZ 18.28 32.92 11.87 -
YUV 126.68 98.27 70.46 -
System Red Green Blue C M Y K H S L
Decimal 46 178 74 0.74 0 0.58 0.30 132.73 0.59 0.44
Hex 2E B2 4A 4A 0 3A 1E 85 3B 2C
Octal 56 262 112 112 0 72 36 205 73 54
Binary 101110 10110010 1001010 1001010 0 111010 11110 10000101 111011 101100

Color Harmonies of #2EB24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB24A

Black with #2EB24A

Text Example


Text Example

White with #2EB24A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,178,74); }

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

background-color css

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

 a { background-color: rgb(46,178,74); }

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

border-color css

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

 span { border-color: rgb(46,178,74); }

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