Html Css Color HEX #03E082 Spring Green

📋 copy color: '#03E082'

red 3 ◦ green 224 ◦ blue 130

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

Shades of Spring Green #03E082

Tints of Spring Green #03E082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.41%

R = 0.84%
G = 62.75%
B = 36.41%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#03E082 (or 0x03E082) is known color: Spring Green. HEX triplet: 03, E0 and 82. RGB value is (3,224,130). Sum of RGB (Red+Green+Blue) = 3+224+130=357 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 357); Green value is 224 (87.89% from 255 or 62.75% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 224 - color contains mainly: green. Hex color #03E082 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03E082 is #FC1F7D. Grayscale: #939393. Windows color (decimal): -16523134 or 8577027. OLE color: 8577027.

HSL color Cylindrical-coordinate representation of color #03E082: hue angle of 154.48º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E082 is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 3 224 130 -
CMYK 0.99 0 0.42 0.12
HSL 154.48º 0.97% 0.45% -
HSV(B) 154.48º 0.99% 0.88% -
XYZ 30.72 54.94 30.1 -
YUV 147.21 118.28 25.14 -
System Red Green Blue C M Y K H S L
Decimal 3 224 130 0.99 0 0.42 0.12 154.48 0.97 0.45
Hex 3 E0 82 63 0 2A C 9A 61 2D
Octal 3 340 202 143 0 52 14 232 141 55
Binary 11 11100000 10000010 1100011 0 101010 1100 10011010 1100001 101101

Color Harmonies of #03E082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03E082

Black with #03E082

Text Example


Text Example

White with #03E082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,224,130); }

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

background-color css

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

 a { background-color: rgb(3,224,130); }

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

border-color css

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

 span { border-color: rgb(3,224,130); }

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