#3AF35D

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

Shades of Screamin' Green #3AF35D

Tints of Screamin' Green #3AF35D

Color information

#3AF35D (or 0x3AF35D) is unknown color: approx Screamin' Green. HEX triplet: 3A, F3 and 5D. RGB value is (58,243,93). Sum of RGB (Red+Green+Blue) = 58+243+93=394 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.72% from 394); Green value is 243 (95.31% from 255 or 61.68% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 243 - color contains mainly: green. Hex color #3AF35D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF35D is #C50CA2. Grayscale: #ABABAB. Windows color (decimal): -12913827 or 6157114. OLE color: 6157114.

HSL color Cylindrical-coordinate representation of color #3AF35D: hue angle of 131.35º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF35D is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB5824393-
CMYK0.7600.620.05
HSL131.35º88.52%59.02%-
HSV(B)131.35º76.13%95.29%-
XYZ35.7765.7921.17-
YUV170.5884.2147.7-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.72%
GREEN value IS 243 (95.31% from 255) = 61.68%
BLUE value IS 93 (36.72% from 255) = 23.60%
R=14.72%
G=61.68%
B=23.60%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal58243930.7600.620.05131.3588.5259.02
Hex3AF35D4C03E583593b
Octal72363135114076520313173
Binary11101011110011101110110011000111110101100000111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,243,93); }

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

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

 a { background-color: rgb(58,243,93); }

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

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

 span { border-color: rgb(58,243,93); }

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