Html Css Color HEX #02E586 Spring Green

📋 copy color: '#02E586'

red 2 ◦ green 229 ◦ blue 134

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

Shades of Spring Green #02E586

Tints of Spring Green #02E586

RGB

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

 GREEN value IS 229 (89.84% from 255) = 62.74%

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

R = 0.55%
G = 62.74%
B = 36.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.41

 K value IS 0.10

RGB Variations

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

Color information

#02E586 (or 0x02E586) is known color: Spring Green. HEX triplet: 02, E5 and 86. RGB value is (2,229,134). Sum of RGB (Red+Green+Blue) = 2+229+134=365 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 365); Green value is 229 (89.84% from 255 or 62.74% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 229 - color contains mainly: green. Hex color #02E586 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02E586 is #FD1A79. Grayscale: #969696. Windows color (decimal): -16587386 or 8840450. OLE color: 8840450.

HSL color Cylindrical-coordinate representation of color #02E586: hue angle of 154.89º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E586 is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB 2 229 134 -
CMYK 0.99 0 0.41 0.10
HSL 154.89º 0.98% 0.45% -
HSV(B) 154.89º 0.99% 0.9% -
XYZ 32.35 57.77 32 -
YUV 150.3 118.79 22.22 -
System Red Green Blue C M Y K H S L
Decimal 2 229 134 0.99 0 0.41 0.10 154.89 0.98 0.45
Hex 2 E5 86 63 0 29 A 9B 62 2D
Octal 2 345 206 143 0 51 12 233 142 55
Binary 10 11100101 10000110 1100011 0 101001 1010 10011011 1100010 101101

Color Harmonies of #02E586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E586

Black with #02E586

Text Example


Text Example

White with #02E586

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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