Html Css Color HEX #2EB14D Chateau Green

📋 copy color: '#2EB14D'

red 46 ◦ green 177 ◦ blue 77

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

Shades of Chateau Green #2EB14D

Tints of Chateau Green #2EB14D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 59%

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

R = 15.33%
G = 59%
B = 25.67%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#2EB14D (or 0x2EB14D) is known color: Chateau Green. HEX triplet: 2E, B1 and 4D. RGB value is (46,177,77). Sum of RGB (Red+Green+Blue) = 46+177+77=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 177 (69.53% from 255 or 59% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 177 - color contains mainly: green. Hex color #2EB14D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EB14D is #D14EB2. Grayscale: #7E7E7E. Windows color (decimal): -13717171 or 5091630. OLE color: 5091630.

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

Color convert

RGB 46 177 77 -
CMYK 0.74 0 0.56 0.31
HSL 134.2º 0.59% 0.44% -
HSV(B) 134.2º 0.74% 0.69% -
XYZ 18.19 32.56 12.35 -
YUV 126.43 100.1 70.63 -
System Red Green Blue C M Y K H S L
Decimal 46 177 77 0.74 0 0.56 0.31 134.2 0.59 0.44
Hex 2E B1 4D 4A 0 38 1F 86 3B 2C
Octal 56 261 115 112 0 70 37 206 73 54
Binary 101110 10110001 1001101 1001010 0 111000 11111 10000110 111011 101100

Color Harmonies of #2EB14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EB14D

Black with #2EB14D

Text Example


Text Example

White with #2EB14D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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