Html Css Color HEX #02DB73 Spring Green

📋 copy color: '#02DB73'

red 2 ◦ green 219 ◦ blue 115

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

Shades of Spring Green #02DB73

Tints of Spring Green #02DB73

RGB

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

 GREEN value IS 219 (85.94% from 255) = 65.18%

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

R = 0.6%
G = 65.18%
B = 34.23%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#02DB73 (or 0x02DB73) is known color: Spring Green. HEX triplet: 02, DB and 73. RGB value is (2,219,115). Sum of RGB (Red+Green+Blue) = 2+219+115=336 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 336); Green value is 219 (85.94% from 255 or 65.18% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 219 - color contains mainly: green. Hex color #02DB73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02DB73 is #FD248C. Grayscale: #8E8E8E. Windows color (decimal): -16589965 or 7592706. OLE color: 7592706.

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

Color convert

RGB 2 219 115 -
CMYK 0.99 0 0.47 0.14
HSL 151.24º 0.98% 0.43% -
HSV(B) 151.24º 0.99% 0.86% -
XYZ 28.45 51.91 24.74 -
YUV 142.26 112.61 27.96 -
System Red Green Blue C M Y K H S L
Decimal 2 219 115 0.99 0 0.47 0.14 151.24 0.98 0.43
Hex 2 DB 73 63 0 2F E 97 62 2B
Octal 2 333 163 143 0 57 16 227 142 53
Binary 10 11011011 1110011 1100011 0 101111 1110 10010111 1100010 101011

Color Harmonies of #02DB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DB73

Black with #02DB73

Text Example


Text Example

White with #02DB73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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