Html Css Color HEX #02E079 Spring Green

📋 copy color: '#02E079'

red 2 ◦ green 224 ◦ blue 121

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

Shades of Spring Green #02E079

Tints of Spring Green #02E079

RGB

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

 GREEN value IS 224 (87.89% from 255) = 64.55%

 BLUE value IS 121 (47.66% from 255) = 34.87%

R = 0.58%
G = 64.55%
B = 34.87%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#02E079 (or 0x02E079) is known color: Spring Green. HEX triplet: 02, E0 and 79. RGB value is (2,224,121). Sum of RGB (Red+Green+Blue) = 2+224+121=347 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 347); Green value is 224 (87.89% from 255 or 64.55% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 224 - color contains mainly: green. Hex color #02E079 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E079 is #FD1F86. Grayscale: #929292. Windows color (decimal): -16588679 or 7987202. OLE color: 7987202.

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

Color convert

RGB 2 224 121 -
CMYK 0.99 0 0.46 0.12
HSL 152.16º 0.98% 0.44% -
HSV(B) 152.16º 0.99% 0.88% -
XYZ 30.13 54.7 27.06 -
YUV 145.88 113.95 25.38 -
System Red Green Blue C M Y K H S L
Decimal 2 224 121 0.99 0 0.46 0.12 152.16 0.98 0.44
Hex 2 E0 79 63 0 2E C 98 62 2C
Octal 2 340 171 143 0 56 14 230 142 54
Binary 10 11100000 1111001 1100011 0 101110 1100 10011000 1100010 101100

Color Harmonies of #02E079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E079

Black with #02E079

Text Example


Text Example

White with #02E079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,224,121); }

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

background-color css

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

 a { background-color: rgb(2,224,121); }

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

border-color css

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

 span { border-color: rgb(2,224,121); }

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