Html Css Color HEX #2AE976 Spring Green

📋 copy color: '#2AE976'

red 42 ◦ green 233 ◦ blue 118

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

Shades of Spring Green #2AE976

Tints of Spring Green #2AE976

RGB

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

 GREEN value IS 233 (91.41% from 255) = 59.29%

 BLUE value IS 118 (46.48% from 255) = 30.03%

R = 10.69%
G = 59.29%
B = 30.03%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#2AE976 (or 0x2AE976) is known color: Spring Green. HEX triplet: 2A, E9 and 76. RGB value is (42,233,118). Sum of RGB (Red+Green+Blue) = 42+233+118=393 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.69% from 393); Green value is 233 (91.41% from 255 or 59.29% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 233 - color contains mainly: green. Hex color #2AE976 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AE976 is #D51689. Grayscale: #A3A3A3. Windows color (decimal): -13964938 or 7792938. OLE color: 7792938.

HSL color Cylindrical-coordinate representation of color #2AE976: hue angle of 143.87º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE976 is Cyan = 0.82, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 42 233 118 -
CMYK 0.82 0 0.49 0.09
HSL 143.87º 0.81% 0.54% -
HSV(B) 143.87º 0.82% 0.91% -
XYZ 33.36 60.08 26.98 -
YUV 162.78 102.72 41.85 -
System Red Green Blue C M Y K H S L
Decimal 42 233 118 0.82 0 0.49 0.09 143.87 0.81 0.54
Hex 2A E9 76 52 0 31 9 90 51 36
Octal 52 351 166 122 0 61 11 220 121 66
Binary 101010 11101001 1110110 1010010 0 110001 1001 10010000 1010001 110110

Color Harmonies of #2AE976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE976

Black with #2AE976

Text Example


Text Example

White with #2AE976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,233,118); }

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

background-color css

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

 a { background-color: rgb(42,233,118); }

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

border-color css

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

 span { border-color: rgb(42,233,118); }

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