Html Css Color HEX #02E996 Medium Spring Green

📋 copy color: '#02E996'

red 2 ◦ green 233 ◦ blue 150

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

Shades of Medium Spring Green #02E996

Tints of Medium Spring Green #02E996

RGB

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

 GREEN value IS 233 (91.41% from 255) = 60.52%

 BLUE value IS 150 (58.98% from 255) = 38.96%

R = 0.52%
G = 60.52%
B = 38.96%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#02E996 (or 0x02E996) is known color: Medium Spring Green. HEX triplet: 02, E9 and 96. RGB value is (2,233,150). Sum of RGB (Red+Green+Blue) = 2+233+150=385 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 385); Green value is 233 (91.41% from 255 or 60.52% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 233 - color contains mainly: green. Hex color #02E996 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02E996 is #FD1669. Grayscale: #9A9A9A. Windows color (decimal): -16586346 or 9890050. OLE color: 9890050.

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

Color convert

RGB 2 233 150 -
CMYK 0.99 0 0.36 0.09
HSL 158.44º 0.98% 0.46% -
HSV(B) 158.44º 0.99% 0.91% -
XYZ 34.67 60.49 38.7 -
YUV 154.47 125.47 19.25 -
System Red Green Blue C M Y K H S L
Decimal 2 233 150 0.99 0 0.36 0.09 158.44 0.98 0.46
Hex 2 E9 96 63 0 24 9 9E 62 2E
Octal 2 351 226 143 0 44 11 236 142 56
Binary 10 11101001 10010110 1100011 0 100100 1001 10011110 1100010 101110

Color Harmonies of #02E996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E996

Black with #02E996

Text Example


Text Example

White with #02E996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,233,150); }

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

background-color css

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

 a { background-color: rgb(2,233,150); }

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

border-color css

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

 span { border-color: rgb(2,233,150); }

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