Html Css Color HEX #2AE275 Emerald

📋 copy color: '#2AE275'

red 42 ◦ green 226 ◦ blue 117

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

Shades of Emerald #2AE275

Tints of Emerald #2AE275

RGB

 RED value IS 42 (16.8% from 255) = 10.91%

 GREEN value IS 226 (88.67% from 255) = 58.7%

 BLUE value IS 117 (46.09% from 255) = 30.39%

R = 10.91%
G = 58.7%
B = 30.39%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#2AE275 (or 0x2AE275) is known color: Emerald. HEX triplet: 2A, E2 and 75. RGB value is (42,226,117). Sum of RGB (Red+Green+Blue) = 42+226+117=385 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.91% from 385); Green value is 226 (88.67% from 255 or 58.70% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 226 - color contains mainly: green. Hex color #2AE275 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AE275 is #D51D8A. Grayscale: #9E9E9E. Windows color (decimal): -13966731 or 7725610. OLE color: 7725610.

HSL color Cylindrical-coordinate representation of color #2AE275: hue angle of 144.46º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE275 is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 42 226 117 -
CMYK 0.81 0 0.48 0.11
HSL 144.46º 0.76% 0.53% -
HSV(B) 144.46º 0.81% 0.89% -
XYZ 31.36 56.17 26.02 -
YUV 158.56 104.54 44.86 -
System Red Green Blue C M Y K H S L
Decimal 42 226 117 0.81 0 0.48 0.11 144.46 0.76 0.53
Hex 2A E2 75 51 0 30 B 90 4C 35
Octal 52 342 165 121 0 60 13 220 114 65
Binary 101010 11100010 1110101 1010001 0 110000 1011 10010000 1001100 110101

Color Harmonies of #2AE275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE275

Black with #2AE275

Text Example


Text Example

White with #2AE275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,226,117); }

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

background-color css

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

 a { background-color: rgb(42,226,117); }

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

border-color css

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

 span { border-color: rgb(42,226,117); }

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