Html Css Color HEX #02FCB0 Medium Spring Green

📋 copy color: '#02FCB0'

red 2 ◦ green 252 ◦ blue 176

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

Shades of Medium Spring Green #02FCB0

Tints of Medium Spring Green #02FCB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.93%

R = 0.47%
G = 58.6%
B = 40.93%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#02FCB0 (or 0x02FCB0) is known color: Medium Spring Green. HEX triplet: 02, FC and B0. RGB value is (2,252,176). Sum of RGB (Red+Green+Blue) = 2+252+176=430 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 430); Green value is 252 (98.83% from 255 or 58.60% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 252 - color contains mainly: green. Hex color #02FCB0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02FCB0 is #FD034F. Grayscale: #A8A8A8. Windows color (decimal): -16581456 or 11598850. OLE color: 11598850.

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

Color convert

RGB 2 252 176 -
CMYK 0.99 0 0.30 0.01
HSL 161.76º 0.98% 0.5% -
HSV(B) 161.76º 0.99% 0.99% -
XYZ 42.67 72.77 52.87 -
YUV 168.59 132.18 9.18 -
System Red Green Blue C M Y K H S L
Decimal 2 252 176 0.99 0 0.30 0.01 161.76 0.98 0.5
Hex 2 FC B0 63 0 1E 1 A2 62 32
Octal 2 374 260 143 0 36 1 242 142 62
Binary 10 11111100 10110000 1100011 0 11110 1 10100010 1100010 110010

Color Harmonies of #02FCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FCB0

Black with #02FCB0

Text Example


Text Example

White with #02FCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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