Html Css Color HEX #3CFA5D Screamin' Green

📋 copy color: '#3CFA5D'

red 60 ◦ green 250 ◦ blue 93

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

Shades of Screamin' Green #3CFA5D

Tints of Screamin' Green #3CFA5D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 62.03%

 BLUE value IS 93 (36.72% from 255) = 23.08%

R = 14.89%
G = 62.03%
B = 23.08%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#3CFA5D (or 0x3CFA5D) is known color: Screamin' Green. HEX triplet: 3C, FA and 5D. RGB value is (60,250,93). Sum of RGB (Red+Green+Blue) = 60+250+93=403 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.89% from 403); Green value is 250 (98.05% from 255 or 62.03% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFA5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CFA5D is #C305A2. Grayscale: #AFAFAF. Windows color (decimal): -12780963 or 6158908. OLE color: 6158908.

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

Color convert

RGB 60 250 93 -
CMYK 0.76 0 0.63 0.02
HSL 130.42º 0.95% 0.61% -
HSV(B) 130.42º 0.76% 0.98% -
XYZ 38.02 70.12 21.89 -
YUV 175.29 81.55 45.77 -
System Red Green Blue C M Y K H S L
Decimal 60 250 93 0.76 0 0.63 0.02 130.42 0.95 0.61
Hex 3C FA 5D 4C 0 3F 2 82 5F 3D
Octal 74 372 135 114 0 77 2 202 137 75
Binary 111100 11111010 1011101 1001100 0 111111 10 10000010 1011111 111101

Color Harmonies of #3CFA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFA5D

Black with #3CFA5D

Text Example


Text Example

White with #3CFA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,250,93); }

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

background-color css

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

 a { background-color: rgb(60,250,93); }

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

border-color css

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

 span { border-color: rgb(60,250,93); }

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