#2AE978

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

Shades of Spring Green #2AE978

Tints of Spring Green #2AE978

Color information

#2AE978 (or 0x2AE978) is unknown color: approx Spring Green. HEX triplet: 2A, E9 and 78. RGB value is (42,233,120). Sum of RGB (Red+Green+Blue) = 42+233+120=395 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.63% from 395); Green value is 233 (91.41% from 255 or 58.99% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 233 - color contains mainly: green. Hex color #2AE978 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AE978 is #D51687. Grayscale: #A3A3A3. Windows color (decimal): -13964936 or 7924010. OLE color: 7924010.

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

Color convert

RGB42233120-
CMYK0.8200.480.09
HSL144.5º81.28%53.92%-
HSV(B)144.5º81.97%91.37%-
XYZ33.4860.1327.61-
YUV163.01103.7241.69-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.63%
GREEN value IS 233 (91.41% from 255) = 58.99%
BLUE value IS 120 (47.27% from 255) = 30.38%
R=10.63%
G=58.99%
B=30.38%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal422331200.8200.480.09144.581.2853.92
Hex2AE978520309915136
Octal523511701220601122112166
Binary101010111010011111000101001001100001001100100011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2AE978;
 }
 .AnyTagClassName
 {
   color: #2AE978;
 }
</style>
background-color css

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

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

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

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

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

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