#02F3A2

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

Shades of Medium Spring Green #02F3A2

Tints of Medium Spring Green #02F3A2

Color information

#02F3A2 (or 0x02F3A2) is unknown color: approx Medium Spring Green. HEX triplet: 02, F3 and A2. RGB value is (2,243,162). Sum of RGB (Red+Green+Blue) = 2+243+162=407 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 407); Green value is 243 (95.31% from 255 or 59.71% from 407); Blue value is 162 (63.67% from 255 or 39.80% from 407); Max value from RGB is 243 - color contains mainly: green. Hex color #02F3A2 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02F3A2 is #FD0C5D. Grayscale: #A1A1A1. Windows color (decimal): -16583774 or 10679042. OLE color: 10679042.

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

Color convert

RGB2243162-
CMYK0.9900.330.05
HSL159.83º98.37%48.04%-
HSV(B)159.83º99.18%95.29%-
XYZ38.666.7245.03-
YUV161.71128.1614.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.49%
GREEN value IS 243 (95.31% from 255) = 59.71%
BLUE value IS 162 (63.67% from 255) = 39.80%
R=0.49%
G=59.71%
B=39.80%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal22431620.9900.330.05159.8398.3748.04
Hex2F3A2630215a06230
Octal2363242143041524014260
Binary10111100111010001011000110100001101101000001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02F3A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,243,162); }

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

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

 a { background-color: rgb(2,243,162); }

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

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

 span { border-color: rgb(2,243,162); }

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