Html Css Color HEX #4CFC70 Screamin' Green

📋 copy color: '#4CFC70'

red 76 ◦ green 252 ◦ blue 112

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

Shades of Screamin' Green #4CFC70

Tints of Screamin' Green #4CFC70

RGB

 RED value IS 76 (30.08% from 255) = 17.27%

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

 BLUE value IS 112 (44.14% from 255) = 25.45%

R = 17.27%
G = 57.27%
B = 25.45%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#4CFC70 (or 0x4CFC70) is known color: Screamin' Green. HEX triplet: 4C, FC and 70. RGB value is (76,252,112). Sum of RGB (Red+Green+Blue) = 76+252+112=440 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.27% from 440); Green value is 252 (98.83% from 255 or 57.27% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 252 - color contains mainly: green. Hex color #4CFC70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4CFC70 is #B3038F. Grayscale: #B7B7B7. Windows color (decimal): -11731856 or 7404620. OLE color: 7404620.

HSL color Cylindrical-coordinate representation of color #4CFC70: hue angle of 132.27º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFC70 is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 76 252 112 -
CMYK 0.70 0 0.56 0.01
HSL 132.27º 0.97% 0.64% -
HSV(B) 132.27º 0.7% 0.99% -
XYZ 40.72 72.33 27.14 -
YUV 183.42 87.69 51.38 -
System Red Green Blue C M Y K H S L
Decimal 76 252 112 0.70 0 0.56 0.01 132.27 0.97 0.64
Hex 4C FC 70 46 0 38 1 84 61 40
Octal 114 374 160 106 0 70 1 204 141 100
Binary 1001100 11111100 1110000 1000110 0 111000 1 10000100 1100001 1000000

Color Harmonies of #4CFC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFC70

Black with #4CFC70

Text Example


Text Example

White with #4CFC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CFC70; }

 p { color: rgb(76,252,112); }

 H1.HeaderClassName
 {
   color: #4CFC70;
 }
 .AnyTagClassName
 {
   color: #4CFC70;
 }
</style>

background-color css

<style>
 a { background-color: #4CFC70; }

 a { background-color: rgb(76,252,112); }

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

border-color css

<style>
 span { border-color: #4CFC70; }

 span { border-color: rgb(76,252,112); }

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