Html Css Color HEX #60F200 Bright Green

📋 copy color: '#60F200'

red 96 ◦ green 242 ◦ blue 0

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

Shades of Bright Green #60F200

Tints of Bright Green #60F200

RGB

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

 GREEN value IS 242 (94.92% from 255) = 71.6%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 28.4%
G = 71.6%
B = 0%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#60F200 (or 0x60F200) is known color: Bright Green. HEX triplet: 60, F2 and 00. RGB value is (96,242,0). Sum of RGB (Red+Green+Blue) = 96+242+0=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 242 (94.92% from 255 or 71.60% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 242 - color contains mainly: green. Hex color #60F200 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #60F200 is #9F0DFF. Grayscale: #ABABAB. Windows color (decimal): -10423808 or 62048. OLE color: 62048.

HSL color Cylindrical-coordinate representation of color #60F200: hue angle of 96.2º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #60F200 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 96 242 0 -
CMYK 0.60 0 1 0.05
HSL 96.2º 1% 0.47% -
HSV(B) 96.2º 1% 0.95% -
XYZ 36.58 65.99 10.81 -
YUV 170.76 31.63 74.68 -
System Red Green Blue C M Y K H S L
Decimal 96 242 0 0.60 0 1 0.05 96.2 1 0.47
Hex 60 F2 0 3C 0 64 5 60 64 2F
Octal 140 362 0 74 0 144 5 140 144 57
Binary 1100000 11110010 0 111100 0 1100100 101 1100000 1100100 101111

Color Harmonies of #60F200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60F200

Black with #60F200

Text Example


Text Example

White with #60F200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,242,0); }

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

background-color css

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

 a { background-color: rgb(96,242,0); }

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

border-color css

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

 span { border-color: rgb(96,242,0); }

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