Html Css Color HEX #02FF96 Medium Spring Green

📋 copy color: '#02FF96'

red 2 ◦ green 255 ◦ blue 150

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

Shades of Medium Spring Green #02FF96

Tints of Medium Spring Green #02FF96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.86%

R = 0.49%
G = 62.65%
B = 36.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#02FF96 (or 0x02FF96) is known color: Medium Spring Green. HEX triplet: 02, FF and 96. RGB value is (2,255,150). Sum of RGB (Red+Green+Blue) = 2+255+150=407 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 407); Green value is 255 (100% from 255 or 62.65% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 255 - color contains mainly: green. Hex color #02FF96 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02FF96 is #FD0069. Grayscale: #A7A7A7. Windows color (decimal): -16580714 or 9895682. OLE color: 9895682.

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

Color convert

RGB 2 255 150 -
CMYK 0.99 0 0.41 0
HSL 155.1º 1% 0.5% -
HSV(B) 155.1º 0.99% 1% -
XYZ 41.29 73.73 40.91 -
YUV 167.38 118.18 10.04 -
System Red Green Blue C M Y K H S L
Decimal 2 255 150 0.99 0 0.41 0 155.1 1 0.5
Hex 2 FF 96 63 0 29 0 9B 64 32
Octal 2 377 226 143 0 51 0 233 144 62
Binary 10 11111111 10010110 1100011 0 101001 0 10011011 1100100 110010

Color Harmonies of #02FF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FF96

Black with #02FF96

Text Example


Text Example

White with #02FF96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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