Html Css Color HEX #02FC60 Spring Green

📋 copy color: '#02FC60'

red 2 ◦ green 252 ◦ blue 96

#02FC60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Green #02FC60

Tints of Spring Green #02FC60

RGB

 RED value IS 2 (1.17% from 255) = 0.57%

 GREEN value IS 252 (98.83% from 255) = 72%

 BLUE value IS 96 (37.89% from 255) = 27.43%

R = 0.57%
G = 72%
B = 27.43%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#02FC60 (or 0x02FC60) is known color: Spring Green. HEX triplet: 02, FC and 60. RGB value is (2,252,96). Sum of RGB (Red+Green+Blue) = 2+252+96=350 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 350); Green value is 252 (98.83% from 255 or 72% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 252 - color contains mainly: green. Hex color #02FC60 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02FC60 is #FD039F. Grayscale: #9F9F9F. Windows color (decimal): -16581536 or 6355970. OLE color: 6355970.

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

Color convert

RGB 2 252 96 -
CMYK 0.99 0 0.62 0.01
HSL 142.56º 0.98% 0.5% -
HSV(B) 142.56º 0.99% 0.99% -
XYZ 36.95 70.48 22.72 -
YUV 159.47 92.18 15.68 -
System Red Green Blue C M Y K H S L
Decimal 2 252 96 0.99 0 0.62 0.01 142.56 0.98 0.5
Hex 2 FC 60 63 0 3E 1 8F 62 32
Octal 2 374 140 143 0 76 1 217 142 62
Binary 10 11111100 1100000 1100011 0 111110 1 10001111 1100010 110010

Color Harmonies of #02FC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FC60

Black with #02FC60

Text Example


Text Example

White with #02FC60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,252,96); }

 H1.HeaderClassName
 {
   color: #02FC60;
 }
 .AnyTagClassName
 {
   color: #02FC60;
 }
</style>

background-color css

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

 a { background-color: rgb(2,252,96); }

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

border-color css

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

 span { border-color: rgb(2,252,96); }

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