Html Css Color HEX #03EA80 Spring Green

📋 copy color: '#03EA80'

red 3 ◦ green 234 ◦ blue 128

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

Shades of Spring Green #03EA80

Tints of Spring Green #03EA80

RGB

 RED value IS 3 (1.56% from 255) = 0.82%

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

 BLUE value IS 128 (50.39% from 255) = 35.07%

R = 0.82%
G = 64.11%
B = 35.07%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#03EA80 (or 0x03EA80) is known color: Spring Green. HEX triplet: 03, EA and 80. RGB value is (3,234,128). Sum of RGB (Red+Green+Blue) = 3+234+128=365 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 365); Green value is 234 (91.80% from 255 or 64.11% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 234 - color contains mainly: green. Hex color #03EA80 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #03EA80 is #FC157F. Grayscale: #999999. Windows color (decimal): -16520576 or 8448515. OLE color: 8448515.

HSL color Cylindrical-coordinate representation of color #03EA80: hue angle of 152.47º degrees, saturation: 0.97, 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 #03EA80 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 3 234 128 -
CMYK 0.99 0 0.45 0.08
HSL 152.47º 0.97% 0.46% -
HSV(B) 152.47º 0.99% 0.92% -
XYZ 33.36 60.42 30.33 -
YUV 152.85 113.97 21.12 -
System Red Green Blue C M Y K H S L
Decimal 3 234 128 0.99 0 0.45 0.08 152.47 0.97 0.46
Hex 3 EA 80 63 0 2D 8 98 61 2E
Octal 3 352 200 143 0 55 10 230 141 56
Binary 11 11101010 10000000 1100011 0 101101 1000 10011000 1100001 101110

Color Harmonies of #03EA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03EA80

Black with #03EA80

Text Example


Text Example

White with #03EA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03EA80; }

 p { color: rgb(3,234,128); }

 H1.HeaderClassName
 {
   color: #03EA80;
 }
 .AnyTagClassName
 {
   color: #03EA80;
 }
</style>

background-color css

<style>
 a { background-color: #03EA80; }

 a { background-color: rgb(3,234,128); }

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

border-color css

<style>
 span { border-color: #03EA80; }

 span { border-color: rgb(3,234,128); }

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