Html Css Color HEX #01FC60 Spring Green

📋 copy color: '#01FC60'

red 1 ◦ green 252 ◦ blue 96

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

Shades of Spring Green #01FC60

Tints of Spring Green #01FC60

RGB

 RED value IS 1 (0.78% from 255) = 0.29%

 GREEN value IS 252 (98.83% from 255) = 72.21%

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

R = 0.29%
G = 72.21%
B = 27.51%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#01FC60 (or 0x01FC60) is known color: Spring Green. HEX triplet: 01, FC and 60. RGB value is (1,252,96). Sum of RGB (Red+Green+Blue) = 1+252+96=349 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 349); Green value is 252 (98.83% from 255 or 72.21% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 252 - color contains mainly: green. Hex color #01FC60 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FC60 is #FE039F. Grayscale: #9F9F9F. Windows color (decimal): -16647072 or 6355969. OLE color: 6355969.

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

Color convert

RGB 1 252 96 -
CMYK 1.00 0 0.62 0.01
HSL 142.71º 0.99% 0.5% -
HSV(B) 142.71º 1% 0.99% -
XYZ 36.93 70.47 22.72 -
YUV 159.17 92.34 15.18 -
System Red Green Blue C M Y K H S L
Decimal 1 252 96 1.00 0 0.62 0.01 142.71 0.99 0.5
Hex 1 FC 60 64 0 3E 1 8F 63 32
Octal 1 374 140 144 0 76 1 217 143 62
Binary 1 11111100 1100000 1100100 0 111110 1 10001111 1100011 110010

Color Harmonies of #01FC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FC60

Black with #01FC60

Text Example


Text Example

White with #01FC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01FC60; }

 p { color: rgb(1,252,96); }

 H1.HeaderClassName
 {
   color: #01FC60;
 }
 .AnyTagClassName
 {
   color: #01FC60;
 }
</style>

background-color css

<style>
 a { background-color: #01FC60; }

 a { background-color: rgb(1,252,96); }

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

border-color css

<style>
 span { border-color: #01FC60; }

 span { border-color: rgb(1,252,96); }

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