Html Css Color HEX #2EB24D Chateau Green

📋 copy color: '#2EB24D'

red 46 ◦ green 178 ◦ blue 77

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

Shades of Chateau Green #2EB24D

Tints of Chateau Green #2EB24D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.58%

R = 15.28%
G = 59.14%
B = 25.58%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#2EB24D (or 0x2EB24D) is known color: Chateau Green. HEX triplet: 2E, B2 and 4D. RGB value is (46,178,77). Sum of RGB (Red+Green+Blue) = 46+178+77=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 178 (69.92% from 255 or 59.14% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 178 - color contains mainly: green. Hex color #2EB24D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EB24D is #D14DB2. Grayscale: #7F7F7F. Windows color (decimal): -13716915 or 5091886. OLE color: 5091886.

HSL color Cylindrical-coordinate representation of color #2EB24D: hue angle of 134.09º 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 #2EB24D is Cyan = 0.74, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 46 178 77 -
CMYK 0.74 0 0.57 0.30
HSL 134.09º 0.59% 0.44% -
HSV(B) 134.09º 0.74% 0.7% -
XYZ 18.39 32.96 12.41 -
YUV 127.02 99.77 70.21 -
System Red Green Blue C M Y K H S L
Decimal 46 178 77 0.74 0 0.57 0.30 134.09 0.59 0.44
Hex 2E B2 4D 4A 0 39 1E 86 3B 2C
Octal 56 262 115 112 0 71 36 206 73 54
Binary 101110 10110010 1001101 1001010 0 111001 11110 10000110 111011 101100

Color Harmonies of #2EB24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB24D

Black with #2EB24D

Text Example


Text Example

White with #2EB24D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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