Html Css Color HEX #02E173 Spring Green

📋 copy color: '#02E173'

red 2 ◦ green 225 ◦ blue 115

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

Shades of Spring Green #02E173

Tints of Spring Green #02E173

RGB

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

 GREEN value IS 225 (88.28% from 255) = 65.79%

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

R = 0.58%
G = 65.79%
B = 33.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#02E173 (or 0x02E173) is known color: Spring Green. HEX triplet: 02, E1 and 73. RGB value is (2,225,115). Sum of RGB (Red+Green+Blue) = 2+225+115=342 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 342); Green value is 225 (88.28% from 255 or 65.79% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 225 - color contains mainly: green. Hex color #02E173 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E173 is #FD1E8C. Grayscale: #929292. Windows color (decimal): -16588429 or 7594242. OLE color: 7594242.

HSL color Cylindrical-coordinate representation of color #02E173: hue angle of 150.4º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E173 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 2 225 115 -
CMYK 0.99 0 0.49 0.12
HSL 150.4º 0.98% 0.45% -
HSV(B) 150.4º 0.99% 0.88% -
XYZ 30.04 55.1 25.27 -
YUV 145.78 110.62 25.44 -
System Red Green Blue C M Y K H S L
Decimal 2 225 115 0.99 0 0.49 0.12 150.4 0.98 0.45
Hex 2 E1 73 63 0 31 C 96 62 2D
Octal 2 341 163 143 0 61 14 226 142 55
Binary 10 11100001 1110011 1100011 0 110001 1100 10010110 1100010 101101

Color Harmonies of #02E173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E173

Black with #02E173

Text Example


Text Example

White with #02E173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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