#2AE976

Color #2AE976 Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #2AE976

Tints of Spring Green #2AE976

Color information

#2AE976 (or 0x2AE976) is unknown color: approx 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

RGB42233118-
CMYK0.8200.490.09
HSL143.87º81.28%53.92%-
HSV(B)143.87º81.97%91.37%-
XYZ33.3660.0826.98-
YUV162.78102.7241.85-

RGB Variations

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

RGB

RED value IS 42 (16.80% 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 (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal422331180.8200.490.09143.8781.2853.92
Hex2AE976520319905136
Octal523511661220611122012166
Binary101010111010011110110101001001100011001100100001010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>