#02E979

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

Shades of Spring Green #02E979

Tints of Spring Green #02E979

Color information

#02E979 (or 0x02E979) is unknown color: approx Spring Green. HEX triplet: 02, E9 and 79. RGB value is (2,233,121). Sum of RGB (Red+Green+Blue) = 2+233+121=356 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 356); Green value is 233 (91.41% from 255 or 65.45% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 233 - color contains mainly: green. Hex color #02E979 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02E979 is #FD1686. Grayscale: #979797. Windows color (decimal): -16586375 or 7989506. OLE color: 7989506.

HSL color Cylindrical-coordinate representation of color #02E979: hue angle of 150.91º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E979 is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB2233121-
CMYK0.9900.480.09
HSL150.91º98.3%46.08%-
HSV(B)150.91º99.14%91.37%-
XYZ32.6259.6727.89-
YUV151.16110.9721.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.56%
GREEN value IS 233 (91.41% from 255) = 65.45%
BLUE value IS 121 (47.66% from 255) = 33.99%
R=0.56%
G=65.45%
B=33.99%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal22331210.9900.480.09150.9198.346.08
Hex2E97963030997622e
Octal23511711430601122714256
Binary10111010011111001110001101100001001100101111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02E979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02E979; }

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

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

<style>
 a { background-color: #02E979; }

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

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

<style>
 span { border-color: #02E979; }

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

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