Html Css Color HEX #02FFC0 Medium Spring Green

📋 copy color: '#02FFC0'

red 2 ◦ green 255 ◦ blue 192

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

Shades of Medium Spring Green #02FFC0

Tints of Medium Spring Green #02FFC0

RGB

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

 GREEN value IS 255 (100% from 255) = 56.79%

 BLUE value IS 192 (75.39% from 255) = 42.76%

R = 0.45%
G = 56.79%
B = 42.76%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#02FFC0 (or 0x02FFC0) is known color: Medium Spring Green. HEX triplet: 02, FF and C0. RGB value is (2,255,192). Sum of RGB (Red+Green+Blue) = 2+255+192=449 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 449); Green value is 255 (100% from 255 or 56.79% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 255 - color contains mainly: green. Hex color #02FFC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FFC0 is #FD003F. Grayscale: #ACACAC. Windows color (decimal): -16580672 or 12648194. OLE color: 12648194.

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

Color convert

RGB 2 255 192 -
CMYK 0.99 0 0.25 0
HSL 165.06º 1% 0.5% -
HSV(B) 165.06º 0.99% 1% -
XYZ 45.3 75.34 62.02 -
YUV 172.17 139.18 6.62 -
System Red Green Blue C M Y K H S L
Decimal 2 255 192 0.99 0 0.25 0 165.06 1 0.5
Hex 2 FF C0 63 0 19 0 A5 64 32
Octal 2 377 300 143 0 31 0 245 144 62
Binary 10 11111111 11000000 1100011 0 11001 0 10100101 1100100 110010

Color Harmonies of #02FFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FFC0

Black with #02FFC0

Text Example


Text Example

White with #02FFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,255,192); }

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

background-color css

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

 a { background-color: rgb(2,255,192); }

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

border-color css

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

 span { border-color: rgb(2,255,192); }

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