#02FE73

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

Shades of Spring Green #02FE73

Tints of Spring Green #02FE73

Color information

#02FE73 (or 0x02FE73) is unknown color: approx Spring Green. HEX triplet: 02, FE and 73. RGB value is (2,254,115). Sum of RGB (Red+Green+Blue) = 2+254+115=371 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 371); Green value is 254 (99.61% from 255 or 68.46% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 254 - color contains mainly: green. Hex color #02FE73 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FE73 is #FD018C. Grayscale: #A3A3A3. Windows color (decimal): -16581005 or 7601666. OLE color: 7601666.

HSL color Cylindrical-coordinate representation of color #02FE73: hue angle of 146.9º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FE73 is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.

Color convert

RGB2254115-
CMYK0.9900.550.00
HSL146.9º99.21%50.2%-
HSV(B)146.9º99.21%99.61%-
XYZ38.5672.1328.11-
YUV162.81101.0113.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.54%
GREEN value IS 254 (99.61% from 255) = 68.46%
BLUE value IS 115 (45.31% from 255) = 31.00%
R=0.54%
G=68.46%
B=31.00%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal22541150.9900.550.00146.999.2150.2
Hex2FE73630370936332
Octal2376163143067022314362
Binary10111111101110011110001101101110100100111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02FE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,254,115); }

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

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

 a { background-color: rgb(2,254,115); }

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

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

 span { border-color: rgb(2,254,115); }

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