#02F762

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

Shades of Spring Green #02F762

Tints of Spring Green #02F762

Color information

#02F762 (or 0x02F762) is unknown color: approx Spring Green. HEX triplet: 02, F7 and 62. RGB value is (2,247,98). Sum of RGB (Red+Green+Blue) = 2+247+98=347 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 347); Green value is 247 (96.88% from 255 or 71.18% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 247 - color contains mainly: green. Hex color #02F762 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F762 is #FD089D. Grayscale: #9D9D9D. Windows color (decimal): -16582814 or 6485762. OLE color: 6485762.

HSL color Cylindrical-coordinate representation of color #02F762: hue angle of 143.51º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F762 is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB224798-
CMYK0.9900.600.03
HSL143.51º98.39%48.82%-
HSV(B)143.51º99.19%96.86%-
XYZ35.4967.4222.7-
YUV156.7694.8317.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.58%
GREEN value IS 247 (96.88% from 255) = 71.18%
BLUE value IS 98 (38.67% from 255) = 28.24%
R=0.58%
G=71.18%
B=28.24%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2247980.9900.600.03143.5198.3948.82
Hex2F7626303C3906231
Octal2367142143074322014261
Binary101111011111000101100011011110011100100001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02F762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,247,98); }

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

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

 a { background-color: rgb(2,247,98); }

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

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

 span { border-color: rgb(2,247,98); }

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