Html Css Color HEX #03FF60 Spring Green

📋 copy color: '#03FF60'

red 3 ◦ green 255 ◦ blue 96

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

Shades of Spring Green #03FF60

Tints of Spring Green #03FF60

RGB

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

 GREEN value IS 255 (100% from 255) = 72.03%

 BLUE value IS 96 (37.89% from 255) = 27.12%

R = 0.85%
G = 72.03%
B = 27.12%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#03FF60 (or 0x03FF60) is known color: Spring Green. HEX triplet: 03, FF and 60. RGB value is (3,255,96). Sum of RGB (Red+Green+Blue) = 3+255+96=354 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 354); Green value is 255 (100% from 255 or 72.03% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 255 - color contains mainly: green. Hex color #03FF60 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03FF60 is #FC009F. Grayscale: #A1A1A1. Windows color (decimal): -16515232 or 6356739. OLE color: 6356739.

HSL color Cylindrical-coordinate representation of color #03FF60: hue angle of 142.14º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FF60 is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB 3 255 96 -
CMYK 0.99 0 0.62 0
HSL 142.14º 1% 0.51% -
HSV(B) 142.14º 0.99% 1% -
XYZ 37.91 72.38 23.04 -
YUV 161.53 91.01 14.93 -
System Red Green Blue C M Y K H S L
Decimal 3 255 96 0.99 0 0.62 0 142.14 1 0.51
Hex 3 FF 60 63 0 3E 0 8E 64 33
Octal 3 377 140 143 0 76 0 216 144 63
Binary 11 11111111 1100000 1100011 0 111110 0 10001110 1100100 110011

Color Harmonies of #03FF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03FF60

Black with #03FF60

Text Example


Text Example

White with #03FF60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,255,96); }

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

background-color css

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

 a { background-color: rgb(3,255,96); }

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

border-color css

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

 span { border-color: rgb(3,255,96); }

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