Html Css Color HEX #3CFF80 Screamin' Green

📋 copy color: '#3CFF80'

red 60 ◦ green 255 ◦ blue 128

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

Shades of Screamin' Green #3CFF80

Tints of Screamin' Green #3CFF80

RGB

 RED value IS 60 (23.83% from 255) = 13.54%

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

 BLUE value IS 128 (50.39% from 255) = 28.89%

R = 13.54%
G = 57.56%
B = 28.89%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#3CFF80 (or 0x3CFF80) is known color: Screamin' Green. HEX triplet: 3C, FF and 80. RGB value is (60,255,128). Sum of RGB (Red+Green+Blue) = 60+255+128=443 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.54% from 443); Green value is 255 (100% from 255 or 57.56% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFF80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CFF80 is #C3007F. Grayscale: #B6B6B6. Windows color (decimal): -12779648 or 8453948. OLE color: 8453948.

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

Color convert

RGB 60 255 128 -
CMYK 0.76 0 0.50 0
HSL 140.92º 1% 0.62% -
HSV(B) 140.92º 0.76% 1% -
XYZ 41.52 74.04 32.52 -
YUV 182.22 97.4 40.83 -
System Red Green Blue C M Y K H S L
Decimal 60 255 128 0.76 0 0.50 0 140.92 1 0.62
Hex 3C FF 80 4C 0 32 0 8D 64 3E
Octal 74 377 200 114 0 62 0 215 144 76
Binary 111100 11111111 10000000 1001100 0 110010 0 10001101 1100100 111110

Color Harmonies of #3CFF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFF80

Black with #3CFF80

Text Example


Text Example

White with #3CFF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CFF80; }

 p { color: rgb(60,255,128); }

 H1.HeaderClassName
 {
   color: #3CFF80;
 }
 .AnyTagClassName
 {
   color: #3CFF80;
 }
</style>

background-color css

<style>
 a { background-color: #3CFF80; }

 a { background-color: rgb(60,255,128); }

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

border-color css

<style>
 span { border-color: #3CFF80; }

 span { border-color: rgb(60,255,128); }

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