#03FD88

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

Shades of Spring Green #03FD88

Tints of Spring Green #03FD88

Color information

#03FD88 (or 0x03FD88) is unknown color: approx Spring Green. HEX triplet: 03, FD and 88. RGB value is (3,253,136). Sum of RGB (Red+Green+Blue) = 3+253+136=392 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 392); Green value is 253 (99.22% from 255 or 64.54% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 253 - color contains mainly: green. Hex color #03FD88 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #03FD88 is #FC0277. Grayscale: #A5A5A5. Windows color (decimal): -16515704 or 8977667. OLE color: 8977667.

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

Color convert

RGB3253136-
CMYK0.9900.460.01
HSL151.92º98.43%50.2%-
HSV(B)151.92º98.81%99.22%-
XYZ39.6172.0535.11-
YUV164.91111.6812.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.77%
GREEN value IS 253 (99.22% from 255) = 64.54%
BLUE value IS 136 (53.52% from 255) = 34.69%
R=0.77%
G=64.54%
B=34.69%

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
Decimal32531360.9900.460.01151.9298.4350.2
Hex3FD886302E1986232
Octal3375210143056123014262
Binary111111110110001000110001101011101100110001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03FD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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