Html Css Color HEX #02EB73 Spring Green

📋 copy color: '#02EB73'

red 2 ◦ green 235 ◦ blue 115

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

Shades of Spring Green #02EB73

Tints of Spring Green #02EB73

RGB

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

 GREEN value IS 235 (92.19% from 255) = 66.76%

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

R = 0.57%
G = 66.76%
B = 32.67%

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

#02EB73 (or 0x02EB73) is known color: Spring Green. HEX triplet: 02, EB and 73. RGB value is (2,235,115). Sum of RGB (Red+Green+Blue) = 2+235+115=352 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 352); Green value is 235 (92.19% from 255 or 66.76% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 235 - color contains mainly: green. Hex color #02EB73 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02EB73 is #FD148C. Grayscale: #979797. Windows color (decimal): -16585869 or 7596802. OLE color: 7596802.

HSL color Cylindrical-coordinate representation of color #02EB73: hue angle of 149.1º 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 #02EB73 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 2 235 115 -
CMYK 0.99 0 0.51 0.08
HSL 149.1º 0.98% 0.46% -
HSV(B) 149.1º 0.99% 0.92% -
XYZ 32.83 60.67 26.2 -
YUV 151.65 107.31 21.26 -
System Red Green Blue C M Y K H S L
Decimal 2 235 115 0.99 0 0.51 0.08 149.1 0.98 0.46
Hex 2 EB 73 63 0 33 8 95 62 2E
Octal 2 353 163 143 0 63 10 225 142 56
Binary 10 11101011 1110011 1100011 0 110011 1000 10010101 1100010 101110

Color Harmonies of #02EB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EB73

Black with #02EB73

Text Example


Text Example

White with #02EB73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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