Html Css Color HEX #02E070 Spring Green

📋 copy color: '#02E070'

red 2 ◦ green 224 ◦ blue 112

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

Shades of Spring Green #02E070

Tints of Spring Green #02E070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.14%

R = 0.59%
G = 66.27%
B = 33.14%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#02E070 (or 0x02E070) is known color: Spring Green. HEX triplet: 02, E0 and 70. RGB value is (2,224,112). Sum of RGB (Red+Green+Blue) = 2+224+112=338 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 338); Green value is 224 (87.89% from 255 or 66.27% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 224 - color contains mainly: green. Hex color #02E070 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E070 is #FD1F8F. Grayscale: #919191. Windows color (decimal): -16588688 or 7397378. OLE color: 7397378.

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

Color convert

RGB 2 224 112 -
CMYK 0.99 0 0.50 0.12
HSL 149.73º 0.98% 0.44% -
HSV(B) 149.73º 0.99% 0.88% -
XYZ 29.61 54.49 24.29 -
YUV 144.85 109.45 26.11 -
System Red Green Blue C M Y K H S L
Decimal 2 224 112 0.99 0 0.50 0.12 149.73 0.98 0.44
Hex 2 E0 70 63 0 32 C 96 62 2C
Octal 2 340 160 143 0 62 14 226 142 54
Binary 10 11100000 1110000 1100011 0 110010 1100 10010110 1100010 101100

Color Harmonies of #02E070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E070

Black with #02E070

Text Example


Text Example

White with #02E070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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