#2AED78

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

Shades of Spring Green #2AED78

Tints of Spring Green #2AED78

Color information

#2AED78 (or 0x2AED78) is unknown color: approx Spring Green. HEX triplet: 2A, ED and 78. RGB value is (42,237,120). Sum of RGB (Red+Green+Blue) = 42+237+120=399 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.53% from 399); Green value is 237 (92.97% from 255 or 59.40% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 237 - color contains mainly: green. Hex color #2AED78 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AED78 is #D51287. Grayscale: #A5A5A5. Windows color (decimal): -13963912 or 7925034. OLE color: 7925034.

HSL color Cylindrical-coordinate representation of color #2AED78: hue angle of 144º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AED78 is Cyan = 0.82, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB42237120-
CMYK0.8200.490.07
HSL144º84.42%54.71%-
HSV(B)144º82.28%92.94%-
XYZ34.6362.4227.99-
YUV165.36102.440.01-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.53%
GREEN value IS 237 (92.97% from 255) = 59.40%
BLUE value IS 120 (47.27% from 255) = 30.08%
R=10.53%
G=59.40%
B=30.08%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal422371200.8200.490.0714484.4254.71
Hex2AED78520317905437
Octal52355170122061722012467
Binary10101011101101111100010100100110001111100100001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AED78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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