Html Css Color HEX #02EA87 Spring Green

📋 copy color: '#02EA87'

red 2 ◦ green 234 ◦ blue 135

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

Shades of Spring Green #02EA87

Tints of Spring Green #02EA87

RGB

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

 GREEN value IS 234 (91.8% from 255) = 63.07%

 BLUE value IS 135 (53.13% from 255) = 36.39%

R = 0.54%
G = 63.07%
B = 36.39%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#02EA87 (or 0x02EA87) is known color: Spring Green. HEX triplet: 02, EA and 87. RGB value is (2,234,135). Sum of RGB (Red+Green+Blue) = 2+234+135=371 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 371); Green value is 234 (91.80% from 255 or 63.07% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 234 - color contains mainly: green. Hex color #02EA87 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02EA87 is #FD1578. Grayscale: #999999. Windows color (decimal): -16586105 or 8907266. OLE color: 8907266.

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

Color convert

RGB 2 234 135 -
CMYK 0.99 0 0.42 0.08
HSL 154.4º 0.98% 0.46% -
HSV(B) 154.4º 0.99% 0.92% -
XYZ 33.82 60.61 32.84 -
YUV 153.35 117.64 20.05 -
System Red Green Blue C M Y K H S L
Decimal 2 234 135 0.99 0 0.42 0.08 154.4 0.98 0.46
Hex 2 EA 87 63 0 2A 8 9A 62 2E
Octal 2 352 207 143 0 52 10 232 142 56
Binary 10 11101010 10000111 1100011 0 101010 1000 10011010 1100010 101110

Color Harmonies of #02EA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02EA87

Black with #02EA87

Text Example


Text Example

White with #02EA87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,234,135); }

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

background-color css

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

 a { background-color: rgb(2,234,135); }

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

border-color css

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

 span { border-color: rgb(2,234,135); }

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