#3AF84E

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

Shades of Screamin' Green #3AF84E

Tints of Screamin' Green #3AF84E

Color information

#3AF84E (or 0x3AF84E) is unknown color: approx Screamin' Green. HEX triplet: 3A, F8 and 4E. RGB value is (58,248,78). Sum of RGB (Red+Green+Blue) = 58+248+78=384 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.10% from 384); Green value is 248 (97.27% from 255 or 64.58% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF84E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF84E is #C507B1. Grayscale: #ACACAC. Windows color (decimal): -12912562 or 5175354. OLE color: 5175354.

HSL color Cylindrical-coordinate representation of color #3AF84E: hue angle of 126.32º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF84E is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB5824878-
CMYK0.7700.690.03
HSL126.32º93.14%60%-
HSV(B)126.32º76.61%97.25%-
XYZ36.6968.5818.51-
YUV171.8175.0546.82-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.10%
GREEN value IS 248 (97.27% from 255) = 64.58%
BLUE value IS 78 (30.86% from 255) = 20.31%
R=15.10%
G=64.58%
B=20.31%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal58248780.7700.690.03126.3293.1460
Hex3AF84E4D04537e5d3c
Octal723701161150105317613574
Binary1110101111100010011101001101010001011111111101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF84E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,248,78); }

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

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

 a { background-color: rgb(58,248,78); }

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

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

 span { border-color: rgb(58,248,78); }

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