Html Css Color HEX #02DC73 Spring Green

📋 copy color: '#02DC73'

red 2 ◦ green 220 ◦ blue 115

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

Shades of Spring Green #02DC73

Tints of Spring Green #02DC73

RGB

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

 GREEN value IS 220 (86.33% from 255) = 65.28%

 BLUE value IS 115 (45.31% from 255) = 34.12%

R = 0.59%
G = 65.28%
B = 34.12%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#02DC73 (or 0x02DC73) is known color: Spring Green. HEX triplet: 02, DC and 73. RGB value is (2,220,115). Sum of RGB (Red+Green+Blue) = 2+220+115=337 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 337); Green value is 220 (86.33% from 255 or 65.28% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 220 - color contains mainly: green. Hex color #02DC73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02DC73 is #FD238C. Grayscale: #8F8F8F. Windows color (decimal): -16589709 or 7592962. OLE color: 7592962.

HSL color Cylindrical-coordinate representation of color #02DC73: hue angle of 151.1º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DC73 is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 220 115 -
CMYK 0.99 0 0.48 0.14
HSL 151.1º 0.98% 0.44% -
HSV(B) 151.1º 0.99% 0.86% -
XYZ 28.71 52.44 24.83 -
YUV 142.85 112.28 27.54 -
System Red Green Blue C M Y K H S L
Decimal 2 220 115 0.99 0 0.48 0.14 151.1 0.98 0.44
Hex 2 DC 73 63 0 30 E 97 62 2C
Octal 2 334 163 143 0 60 16 227 142 54
Binary 10 11011100 1110011 1100011 0 110000 1110 10010111 1100010 101100

Color Harmonies of #02DC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DC73

Black with #02DC73

Text Example


Text Example

White with #02DC73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,220,115); }

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

background-color css

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

 a { background-color: rgb(2,220,115); }

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

border-color css

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

 span { border-color: rgb(2,220,115); }

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