Html Css Color HEX #02FFC1 Medium Spring Green

📋 copy color: '#02FFC1'

red 2 ◦ green 255 ◦ blue 193

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

Shades of Medium Spring Green #02FFC1

Tints of Medium Spring Green #02FFC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.89%

R = 0.44%
G = 56.67%
B = 42.89%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#02FFC1 (or 0x02FFC1) is known color: Medium Spring Green. HEX triplet: 02, FF and C1. RGB value is (2,255,193). Sum of RGB (Red+Green+Blue) = 2+255+193=450 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.44% from 450); Green value is 255 (100% from 255 or 56.67% from 450); Blue value is 193 (75.78% from 255 or 42.89% from 450); Max value from RGB is 255 - color contains mainly: green. Hex color #02FFC1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FFC1 is #FD003E. Grayscale: #ACACAC. Windows color (decimal): -16580671 or 12713730. OLE color: 12713730.

HSL color Cylindrical-coordinate representation of color #02FFC1: hue angle of 165.3º 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 #02FFC1 is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB 2 255 193 -
CMYK 0.99 0 0.24 0
HSL 165.3º 1% 0.5% -
HSV(B) 165.3º 0.99% 1% -
XYZ 45.41 75.38 62.61 -
YUV 172.29 139.68 6.54 -
System Red Green Blue C M Y K H S L
Decimal 2 255 193 0.99 0 0.24 0 165.3 1 0.5
Hex 2 FF C1 63 0 18 0 A5 64 32
Octal 2 377 301 143 0 30 0 245 144 62
Binary 10 11111111 11000001 1100011 0 11000 0 10100101 1100100 110010

Color Harmonies of #02FFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FFC1

Black with #02FFC1

Text Example


Text Example

White with #02FFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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