Html Css Color HEX #02EA73 Spring Green

📋 copy color: '#02EA73'

red 2 ◦ green 234 ◦ blue 115

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

Shades of Spring Green #02EA73

Tints of Spring Green #02EA73

RGB

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

 GREEN value IS 234 (91.8% from 255) = 66.67%

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

R = 0.57%
G = 66.67%
B = 32.76%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#02EA73 (or 0x02EA73) is known color: Spring Green. HEX triplet: 02, EA and 73. RGB value is (2,234,115). Sum of RGB (Red+Green+Blue) = 2+234+115=351 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 351); Green value is 234 (91.80% from 255 or 66.67% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 234 - color contains mainly: green. Hex color #02EA73 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02EA73 is #FD158C. Grayscale: #979797. Windows color (decimal): -16586125 or 7596546. OLE color: 7596546.

HSL color Cylindrical-coordinate representation of color #02EA73: hue angle of 149.22º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EA73 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 2 234 115 -
CMYK 0.99 0 0.51 0.08
HSL 149.22º 0.98% 0.46% -
HSV(B) 149.22º 0.99% 0.92% -
XYZ 32.54 60.1 26.1 -
YUV 151.07 107.64 21.68 -
System Red Green Blue C M Y K H S L
Decimal 2 234 115 0.99 0 0.51 0.08 149.22 0.98 0.46
Hex 2 EA 73 63 0 33 8 95 62 2E
Octal 2 352 163 143 0 63 10 225 142 56
Binary 10 11101010 1110011 1100011 0 110011 1000 10010101 1100010 101110

Color Harmonies of #02EA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EA73

Black with #02EA73

Text Example


Text Example

White with #02EA73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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