#3AFE49

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

Shades of Screamin' Green #3AFE49

Tints of Screamin' Green #3AFE49

Color information

#3AFE49 (or 0x3AFE49) is unknown color: approx Screamin' Green. HEX triplet: 3A, FE and 49. RGB value is (58,254,73). Sum of RGB (Red+Green+Blue) = 58+254+73=385 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.06% from 385); Green value is 254 (99.61% from 255 or 65.97% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFE49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFE49 is #C501B6. Grayscale: #AFAFAF. Windows color (decimal): -12911031 or 4849210. OLE color: 4849210.

HSL color Cylindrical-coordinate representation of color #3AFE49: hue angle of 124.59º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFE49 is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.00.

Color convert

RGB5825473-
CMYK0.7700.710.00
HSL124.59º98.99%61.18%-
HSV(B)124.59º77.17%99.61%-
XYZ38.3972.2618.23-
YUV174.7670.5744.72-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.06%
GREEN value IS 254 (99.61% from 255) = 65.97%
BLUE value IS 73 (28.91% from 255) = 18.96%
R=15.06%
G=65.97%
B=18.96%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal58254730.7700.710.00124.5998.9961.18
Hex3AFE494D04707d633d
Octal723761111150107017514375
Binary111010111111101001001100110101000111011111011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AFE49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,254,73); }

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

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

 a { background-color: rgb(58,254,73); }

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

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

 span { border-color: rgb(58,254,73); }

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