Html Css Color HEX #3CFC5E Screamin' Green

📋 copy color: '#3CFC5E'

red 60 ◦ green 252 ◦ blue 94

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

Shades of Screamin' Green #3CFC5E

Tints of Screamin' Green #3CFC5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.15%

R = 14.78%
G = 62.07%
B = 23.15%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#3CFC5E (or 0x3CFC5E) is known color: Screamin' Green. HEX triplet: 3C, FC and 5E. RGB value is (60,252,94). Sum of RGB (Red+Green+Blue) = 60+252+94=406 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.78% from 406); Green value is 252 (98.83% from 255 or 62.07% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC5E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CFC5E is #C303A1. Grayscale: #B1B1B1. Windows color (decimal): -12780450 or 6224956. OLE color: 6224956.

HSL color Cylindrical-coordinate representation of color #3CFC5E: hue angle of 130.62º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFC5E is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 60 252 94 -
CMYK 0.76 0 0.63 0.01
HSL 130.63º 0.97% 0.61% -
HSV(B) 130.63º 0.76% 0.99% -
XYZ 38.69 71.39 22.33 -
YUV 176.58 81.39 44.85 -
System Red Green Blue C M Y K H S L
Decimal 60 252 94 0.76 0 0.63 0.01 130.63 0.97 0.61
Hex 3C FC 5E 4C 0 3F 1 83 61 3D
Octal 74 374 136 114 0 77 1 203 141 75
Binary 111100 11111100 1011110 1001100 0 111111 1 10000011 1100001 111101

Color Harmonies of #3CFC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFC5E

Black with #3CFC5E

Text Example


Text Example

White with #3CFC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,252,94); }

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

background-color css

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

 a { background-color: rgb(60,252,94); }

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

border-color css

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

 span { border-color: rgb(60,252,94); }

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