Html Css Color HEX #03E375 Spring Green

📋 copy color: '#03E375'

red 3 ◦ green 227 ◦ blue 117

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

Shades of Spring Green #03E375

Tints of Spring Green #03E375

RGB

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

 GREEN value IS 227 (89.06% from 255) = 65.42%

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

R = 0.86%
G = 65.42%
B = 33.72%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#03E375 (or 0x03E375) is known color: Spring Green. HEX triplet: 03, E3 and 75. RGB value is (3,227,117). Sum of RGB (Red+Green+Blue) = 3+227+117=347 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 347); Green value is 227 (89.06% from 255 or 65.42% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 227 - color contains mainly: green. Hex color #03E375 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03E375 is #FC1C8A. Grayscale: #939393. Windows color (decimal): -16522379 or 7725827. OLE color: 7725827.

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

Color convert

RGB 3 227 117 -
CMYK 0.99 0 0.48 0.11
HSL 150.54º 0.97% 0.45% -
HSV(B) 150.54º 0.99% 0.89% -
XYZ 30.72 56.24 26.07 -
YUV 147.48 110.79 24.94 -
System Red Green Blue C M Y K H S L
Decimal 3 227 117 0.99 0 0.48 0.11 150.54 0.97 0.45
Hex 3 E3 75 63 0 30 B 97 61 2D
Octal 3 343 165 143 0 60 13 227 141 55
Binary 11 11100011 1110101 1100011 0 110000 1011 10010111 1100001 101101

Color Harmonies of #03E375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03E375

Black with #03E375

Text Example


Text Example

White with #03E375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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