Html Css Color HEX #2AE979 Spring Green

📋 copy color: '#2AE979'

red 42 ◦ green 233 ◦ blue 121

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

Shades of Spring Green #2AE979

Tints of Spring Green #2AE979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 30.56%

R = 10.61%
G = 58.84%
B = 30.56%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#2AE979 (or 0x2AE979) is known color: Spring Green. HEX triplet: 2A, E9 and 79. RGB value is (42,233,121). Sum of RGB (Red+Green+Blue) = 42+233+121=396 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.61% from 396); Green value is 233 (91.41% from 255 or 58.84% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 233 - color contains mainly: green. Hex color #2AE979 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AE979 is #D51686. Grayscale: #A3A3A3. Windows color (decimal): -13964935 or 7989546. OLE color: 7989546.

HSL color Cylindrical-coordinate representation of color #2AE979: hue angle of 144.82º 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 #2AE979 is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 42 233 121 -
CMYK 0.82 0 0.48 0.09
HSL 144.82º 0.81% 0.54% -
HSV(B) 144.82º 0.82% 0.91% -
XYZ 33.54 60.15 27.93 -
YUV 163.12 104.22 41.61 -
System Red Green Blue C M Y K H S L
Decimal 42 233 121 0.82 0 0.48 0.09 144.82 0.81 0.54
Hex 2A E9 79 52 0 30 9 91 51 36
Octal 52 351 171 122 0 60 11 221 121 66
Binary 101010 11101001 1111001 1010010 0 110000 1001 10010001 1010001 110110

Color Harmonies of #2AE979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE979

Black with #2AE979

Text Example


Text Example

White with #2AE979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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