#3AFF7C

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

Shades of Screamin' Green #3AFF7C

Tints of Screamin' Green #3AFF7C

Color information

#3AFF7C (or 0x3AFF7C) is unknown color: approx Screamin' Green. HEX triplet: 3A, FF and 7C. RGB value is (58,255,124). Sum of RGB (Red+Green+Blue) = 58+255+124=437 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.27% from 437); Green value is 255 (100% from 255 or 58.35% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 255 - color contains mainly: green. Hex color #3AFF7C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AFF7C is #C50083. Grayscale: #B5B5B5. Windows color (decimal): -12910724 or 8191802. OLE color: 8191802.

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

Color convert

RGB58255124-
CMYK0.7700.510
HSL140.1º100%61.37%-
HSV(B)140.1º77.25%100%-
XYZ41.1473.8731.16-
YUV181.1695.7340.15-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.27%
GREEN value IS 255 (100% from 255) = 58.35%
BLUE value IS 124 (48.83% from 255) = 28.38%
R=13.27%
G=58.35%
B=28.38%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal582551240.7700.510140.110061.37
Hex3AFF7C4D03308c643d
Octal72377174115063021414475
Binary111010111111111111100100110101100110100011001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AFF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,255,124); }

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

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

 a { background-color: rgb(58,255,124); }

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

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

 span { border-color: rgb(58,255,124); }

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