Html Css Color HEX #03E875 Spring Green

📋 copy color: '#03E875'

red 3 ◦ green 232 ◦ blue 117

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

Shades of Spring Green #03E875

Tints of Spring Green #03E875

RGB

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

 GREEN value IS 232 (91.02% from 255) = 65.91%

 BLUE value IS 117 (46.09% from 255) = 33.24%

R = 0.85%
G = 65.91%
B = 33.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#03E875 (or 0x03E875) is known color: Spring Green. HEX triplet: 03, E8 and 75. RGB value is (3,232,117). Sum of RGB (Red+Green+Blue) = 3+232+117=352 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 352); Green value is 232 (91.02% from 255 or 65.91% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 232 - color contains mainly: green. Hex color #03E875 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03E875 is #FC178A. Grayscale: #969696. Windows color (decimal): -16521099 or 7727107. OLE color: 7727107.

HSL color Cylindrical-coordinate representation of color #03E875: hue angle of 149.87º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E875 is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 3 232 117 -
CMYK 0.99 0 0.50 0.09
HSL 149.87º 0.97% 0.46% -
HSV(B) 149.87º 0.99% 0.91% -
XYZ 32.11 59.02 26.53 -
YUV 150.42 109.13 22.85 -
System Red Green Blue C M Y K H S L
Decimal 3 232 117 0.99 0 0.50 0.09 149.87 0.97 0.46
Hex 3 E8 75 63 0 32 9 96 61 2E
Octal 3 350 165 143 0 62 11 226 141 56
Binary 11 11101000 1110101 1100011 0 110010 1001 10010110 1100001 101110

Color Harmonies of #03E875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03E875

Black with #03E875

Text Example


Text Example

White with #03E875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,232,117); }

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

background-color css

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

 a { background-color: rgb(3,232,117); }

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

border-color css

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

 span { border-color: rgb(3,232,117); }

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