Html Css Color HEX #03E96D Spring Green

📋 copy color: '#03E96D'

red 3 ◦ green 233 ◦ blue 109

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

Shades of Spring Green #03E96D

Tints of Spring Green #03E96D

RGB

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

 GREEN value IS 233 (91.41% from 255) = 67.54%

 BLUE value IS 109 (42.97% from 255) = 31.59%

R = 0.87%
G = 67.54%
B = 31.59%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#03E96D (or 0x03E96D) is known color: Spring Green. HEX triplet: 03, E9 and 6D. RGB value is (3,233,109). Sum of RGB (Red+Green+Blue) = 3+233+109=345 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 345); Green value is 233 (91.41% from 255 or 67.54% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 233 - color contains mainly: green. Hex color #03E96D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03E96D is #FC1692. Grayscale: #969696. Windows color (decimal): -16520851 or 7203075. OLE color: 7203075.

HSL color Cylindrical-coordinate representation of color #03E96D: hue angle of 147.65º 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 #03E96D is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 3 233 109 -
CMYK 0.99 0 0.53 0.09
HSL 147.65º 0.97% 0.46% -
HSV(B) 147.65º 0.99% 0.91% -
XYZ 31.94 59.4 24.25 -
YUV 150.09 104.8 23.08 -
System Red Green Blue C M Y K H S L
Decimal 3 233 109 0.99 0 0.53 0.09 147.65 0.97 0.46
Hex 3 E9 6D 63 0 35 9 94 61 2E
Octal 3 351 155 143 0 65 11 224 141 56
Binary 11 11101001 1101101 1100011 0 110101 1001 10010100 1100001 101110

Color Harmonies of #03E96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03E96D

Black with #03E96D

Text Example


Text Example

White with #03E96D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,233,109); }

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

background-color css

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

 a { background-color: rgb(3,233,109); }

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

border-color css

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

 span { border-color: rgb(3,233,109); }

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