Html Css Color HEX #3CFC75 Screamin' Green

📋 copy color: '#3CFC75'

red 60 ◦ green 252 ◦ blue 117

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

Shades of Screamin' Green #3CFC75

Tints of Screamin' Green #3CFC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.27%

R = 13.99%
G = 58.74%
B = 27.27%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#3CFC75 (or 0x3CFC75) is known color: Screamin' Green. HEX triplet: 3C, FC and 75. RGB value is (60,252,117). Sum of RGB (Red+Green+Blue) = 60+252+117=429 (56% of max value = 765). Red value is 60 (23.83% from 255 or 13.99% from 429); Green value is 252 (98.83% from 255 or 58.74% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC75 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CFC75 is #C3038A. Grayscale: #B3B3B3. Windows color (decimal): -12780427 or 7732284. OLE color: 7732284.

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

Color convert

RGB 60 252 117 -
CMYK 0.76 0 0.54 0.01
HSL 137.81º 0.97% 0.61% -
HSV(B) 137.81º 0.76% 0.99% -
XYZ 39.88 71.87 28.6 -
YUV 179.2 92.89 42.98 -
System Red Green Blue C M Y K H S L
Decimal 60 252 117 0.76 0 0.54 0.01 137.81 0.97 0.61
Hex 3C FC 75 4C 0 36 1 8A 61 3D
Octal 74 374 165 114 0 66 1 212 141 75
Binary 111100 11111100 1110101 1001100 0 110110 1 10001010 1100001 111101

Color Harmonies of #3CFC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFC75

Black with #3CFC75

Text Example


Text Example

White with #3CFC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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