Html Css Color HEX #02F08D Medium Spring Green

📋 copy color: '#02F08D'

red 2 ◦ green 240 ◦ blue 141

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

Shades of Medium Spring Green #02F08D

Tints of Medium Spring Green #02F08D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 62.66%

 BLUE value IS 141 (55.47% from 255) = 36.81%

R = 0.52%
G = 62.66%
B = 36.81%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#02F08D (or 0x02F08D) is known color: Medium Spring Green. HEX triplet: 02, F0 and 8D. RGB value is (2,240,141). Sum of RGB (Red+Green+Blue) = 2+240+141=383 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 383); Green value is 240 (94.14% from 255 or 62.66% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 240 - color contains mainly: green. Hex color #02F08D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02F08D is #FD0F72. Grayscale: #9D9D9D. Windows color (decimal): -16584563 or 9302018. OLE color: 9302018.

HSL color Cylindrical-coordinate representation of color #02F08D: hue angle of 155.04º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F08D is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 2 240 141 -
CMYK 0.99 0 0.41 0.06
HSL 155.04º 0.98% 0.47% -
HSV(B) 155.04º 0.99% 0.94% -
XYZ 35.99 64.26 35.7 -
YUV 157.55 118.65 17.05 -
System Red Green Blue C M Y K H S L
Decimal 2 240 141 0.99 0 0.41 0.06 155.04 0.98 0.47
Hex 2 F0 8D 63 0 29 6 9B 62 2F
Octal 2 360 215 143 0 51 6 233 142 57
Binary 10 11110000 10001101 1100011 0 101001 110 10011011 1100010 101111

Color Harmonies of #02F08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F08D

Black with #02F08D

Text Example


Text Example

White with #02F08D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,240,141); }

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

background-color css

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

 a { background-color: rgb(2,240,141); }

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

border-color css

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

 span { border-color: rgb(2,240,141); }

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