#02E874

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

Shades of Spring Green #02E874

Tints of Spring Green #02E874

Color information

#02E874 (or 0x02E874) is unknown color: approx Spring Green. HEX triplet: 02, E8 and 74. RGB value is (2,232,116). Sum of RGB (Red+Green+Blue) = 2+232+116=350 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 350); Green value is 232 (91.02% from 255 or 66.29% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 232 - color contains mainly: green. Hex color #02E874 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02E874 is #FD178B. Grayscale: #969696. Windows color (decimal): -16586636 or 7661570. OLE color: 7661570.

HSL color Cylindrical-coordinate representation of color #02E874: hue angle of 149.74º 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 #02E874 is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB2232116-
CMYK0.9900.500.09
HSL149.74º98.29%45.88%-
HSV(B)149.74º99.14%90.98%-
XYZ32.0358.9926.22-
YUV150.01108.822.43-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.57%
GREEN value IS 232 (91.02% from 255) = 66.29%
BLUE value IS 116 (45.70% from 255) = 33.14%
R=0.57%
G=66.29%
B=33.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal22321160.9900.500.09149.7498.2945.88
Hex2E87463032996622e
Octal23501641430621122614256
Binary10111010001110100110001101100101001100101101100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02E874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,232,116); }

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

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

 a { background-color: rgb(2,232,116); }

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

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

 span { border-color: rgb(2,232,116); }

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