Html Css Color HEX #02EB86 Spring Green

📋 copy color: '#02EB86'

red 2 ◦ green 235 ◦ blue 134

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

Shades of Spring Green #02EB86

Tints of Spring Green #02EB86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.12%

R = 0.54%
G = 63.34%
B = 36.12%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#02EB86 (or 0x02EB86) is known color: Spring Green. HEX triplet: 02, EB and 86. RGB value is (2,235,134). Sum of RGB (Red+Green+Blue) = 2+235+134=371 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 371); Green value is 235 (92.19% from 255 or 63.34% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 235 - color contains mainly: green. Hex color #02EB86 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02EB86 is #FD1479. Grayscale: #999999. Windows color (decimal): -16585850 or 8841986. OLE color: 8841986.

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

Color convert

RGB 2 235 134 -
CMYK 0.99 0 0.43 0.08
HSL 153.99º 0.98% 0.46% -
HSV(B) 153.99º 0.99% 0.92% -
XYZ 34.04 61.15 32.56 -
YUV 153.82 116.81 19.71 -
System Red Green Blue C M Y K H S L
Decimal 2 235 134 0.99 0 0.43 0.08 153.99 0.98 0.46
Hex 2 EB 86 63 0 2B 8 9A 62 2E
Octal 2 353 206 143 0 53 10 232 142 56
Binary 10 11101011 10000110 1100011 0 101011 1000 10011010 1100010 101110

Color Harmonies of #02EB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EB86

Black with #02EB86

Text Example


Text Example

White with #02EB86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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