#49FC3E

Color #49FC3E Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #49FC3E

Tints of Screamin' Green #49FC3E

Color information

#49FC3E (or 0x49FC3E) is unknown color: approx Screamin' Green. HEX triplet: 49, FC and 3E. RGB value is (73,252,62). Sum of RGB (Red+Green+Blue) = 73+252+62=387 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.86% from 387); Green value is 252 (98.83% from 255 or 65.12% from 387); Blue value is 62 (24.61% from 255 or 16.02% from 387); Max value from RGB is 252 - color contains mainly: green. Hex color #49FC3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49FC3E is #B603C1. Grayscale: #B1B1B1. Windows color (decimal): -11928514 or 4127817. OLE color: 4127817.

HSL color Cylindrical-coordinate representation of color #49FC3E: hue angle of 116.53º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #49FC3E is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB7325262-
CMYK0.7100.750.01
HSL116.53º96.94%61.57%-
HSV(B)116.53º75.4%98.82%-
XYZ38.4371.3916.31-
YUV176.8263.253.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.86%
GREEN value IS 252 (98.83% from 255) = 65.12%
BLUE value IS 62 (24.61% from 255) = 16.02%
R=18.86%
G=65.12%
B=16.02%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal73252620.7100.750.01116.5396.9461.57
Hex49FC3E4704B175613e
Octal111374761070113116514176
Binary100100111111100111110100011101001011111101011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49FC3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49FC3E; }

 p { color: rgb(73,252,62); }

 H1.HeaderClassName
 {
   color: #49FC3E;
 }
 .AnyTagClassName
 {
   color: #49FC3E;
 }
</style>
background-color css

<style>
 a { background-color: #49FC3E; }

 a { background-color: rgb(73,252,62); }

 div.DivClassName
 {
   background-color: #49FC3E;
 }
 .BgClassName
 {
   background-color: #49FC3E;
 }
</style>
border-color css

<style>
 span { border-color: #49FC3E; }

 span { border-color: rgb(73,252,62); }

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