Html Css Color HEX #60FF01 Bright Green

📋 copy color: '#60FF01'

red 96 ◦ green 255 ◦ blue 1

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

Shades of Bright Green #60FF01

Tints of Bright Green #60FF01

RGB

 RED value IS 96 (37.89% from 255) = 27.27%

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

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 27.27%
G = 72.44%
B = 0.28%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#60FF01 (or 0x60FF01) is known color: Bright Green. HEX triplet: 60, FF and 01. RGB value is (96,255,1). Sum of RGB (Red+Green+Blue) = 96+255+1=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 255 (100% from 255 or 72.44% from 352); Blue value is 1 (0.78% from 255 or 0.28% from 352); Max value from RGB is 255 - color contains mainly: green. Hex color #60FF01 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #60FF01 is #9F00FE. Grayscale: #B3B3B3. Windows color (decimal): -10420479 or 130912. OLE color: 130912.

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

Color convert

RGB 96 255 1 -
CMYK 0.62 0 1.00 0
HSL 97.56º 1% 0.5% -
HSV(B) 97.56º 1% 1% -
XYZ 40.59 74.01 12.17 -
YUV 178.5 27.82 69.15 -
System Red Green Blue C M Y K H S L
Decimal 96 255 1 0.62 0 1.00 0 97.56 1 0.5
Hex 60 FF 1 3E 0 64 0 62 64 32
Octal 140 377 1 76 0 144 0 142 144 62
Binary 1100000 11111111 1 111110 0 1100100 0 1100010 1100100 110010

Color Harmonies of #60FF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FF01

Black with #60FF01

Text Example


Text Example

White with #60FF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60FF01; }

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

 H1.HeaderClassName
 {
   color: #60FF01;
 }
 .AnyTagClassName
 {
   color: #60FF01;
 }
</style>

background-color css

<style>
 a { background-color: #60FF01; }

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

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

border-color css

<style>
 span { border-color: #60FF01; }

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

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