Html Css Color HEX #3CFF74 Screamin' Green

📋 copy color: '#3CFF74'

red 60 ◦ green 255 ◦ blue 116

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

Shades of Screamin' Green #3CFF74

Tints of Screamin' Green #3CFF74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.91%

R = 13.92%
G = 59.16%
B = 26.91%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#3CFF74 (or 0x3CFF74) is known color: Screamin' Green. HEX triplet: 3C, FF and 74. RGB value is (60,255,116). Sum of RGB (Red+Green+Blue) = 60+255+116=431 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.92% from 431); Green value is 255 (100% from 255 or 59.16% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFF74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CFF74 is #C3008B. Grayscale: #B5B5B5. Windows color (decimal): -12779660 or 7667516. OLE color: 7667516.

HSL color Cylindrical-coordinate representation of color #3CFF74: hue angle of 137.23º 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 #3CFF74 is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB 60 255 116 -
CMYK 0.76 0 0.55 0
HSL 137.23º 1% 0.62% -
HSV(B) 137.23º 0.76% 1% -
XYZ 40.78 73.74 28.61 -
YUV 180.85 91.4 41.8 -
System Red Green Blue C M Y K H S L
Decimal 60 255 116 0.76 0 0.55 0 137.23 1 0.62
Hex 3C FF 74 4C 0 37 0 89 64 3E
Octal 74 377 164 114 0 67 0 211 144 76
Binary 111100 11111111 1110100 1001100 0 110111 0 10001001 1100100 111110

Color Harmonies of #3CFF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFF74

Black with #3CFF74

Text Example


Text Example

White with #3CFF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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