Html Css Color HEX #02EE73 Spring Green

📋 copy color: '#02EE73'

red 2 ◦ green 238 ◦ blue 115

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

Shades of Spring Green #02EE73

Tints of Spring Green #02EE73

RGB

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

 GREEN value IS 238 (93.36% from 255) = 67.04%

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

R = 0.56%
G = 67.04%
B = 32.39%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#02EE73 (or 0x02EE73) is known color: Spring Green. HEX triplet: 02, EE and 73. RGB value is (2,238,115). Sum of RGB (Red+Green+Blue) = 2+238+115=355 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 355); Green value is 238 (93.36% from 255 or 67.04% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 238 - color contains mainly: green. Hex color #02EE73 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02EE73 is #FD118C. Grayscale: #999999. Windows color (decimal): -16585101 or 7597570. OLE color: 7597570.

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

Color convert

RGB 2 238 115 -
CMYK 0.99 0 0.52 0.07
HSL 148.73º 0.98% 0.47% -
HSV(B) 148.73º 0.99% 0.93% -
XYZ 33.69 62.4 26.49 -
YUV 153.41 106.31 20 -
System Red Green Blue C M Y K H S L
Decimal 2 238 115 0.99 0 0.52 0.07 148.73 0.98 0.47
Hex 2 EE 73 63 0 34 7 95 62 2F
Octal 2 356 163 143 0 64 7 225 142 57
Binary 10 11101110 1110011 1100011 0 110100 111 10010101 1100010 101111

Color Harmonies of #02EE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EE73

Black with #02EE73

Text Example


Text Example

White with #02EE73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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