#03FC88

Color #03FC88 Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #03FC88

Tints of Spring Green #03FC88

Color information

#03FC88 (or 0x03FC88) is unknown color: approx Spring Green. HEX triplet: 03, FC and 88. RGB value is (3,252,136). Sum of RGB (Red+Green+Blue) = 3+252+136=391 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 391); Green value is 252 (98.83% from 255 or 64.45% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 252 - color contains mainly: green. Hex color #03FC88 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #03FC88 is #FC0377. Grayscale: #A4A4A4. Windows color (decimal): -16515960 or 8977411. OLE color: 8977411.

HSL color Cylindrical-coordinate representation of color #03FC88: hue angle of 152.05º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FC88 is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB3252136-
CMYK0.9900.460.01
HSL152.05º97.65%50%-
HSV(B)152.05º98.81%98.82%-
XYZ39.2971.4235.01-
YUV164.32112.0112.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.77%
GREEN value IS 252 (98.83% from 255) = 64.45%
BLUE value IS 136 (53.52% from 255) = 34.78%
R=0.77%
G=64.45%
B=34.78%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal32521360.9900.460.01152.0597.6550
Hex3FC886302E1986232
Octal3374210143056123014262
Binary111111110010001000110001101011101100110001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03FC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,252,136); }

 H1.HeaderClassName
 {
   color: #03FC88;
 }
 .AnyTagClassName
 {
   color: #03FC88;
 }
</style>
background-color css

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

 a { background-color: rgb(3,252,136); }

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

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

 span { border-color: rgb(3,252,136); }

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