#3AFD7C

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

Shades of Screamin' Green #3AFD7C

Tints of Screamin' Green #3AFD7C

Color information

#3AFD7C (or 0x3AFD7C) is unknown color: approx Screamin' Green. HEX triplet: 3A, FD and 7C. RGB value is (58,253,124). Sum of RGB (Red+Green+Blue) = 58+253+124=435 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.33% from 435); Green value is 253 (99.22% from 255 or 58.16% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 253 - color contains mainly: green. Hex color #3AFD7C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AFD7C is #C50283. Grayscale: #B4B4B4. Windows color (decimal): -12911236 or 8191290. OLE color: 8191290.

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

Color convert

RGB58253124-
CMYK0.7700.510.01
HSL140.31º97.99%60.98%-
HSV(B)140.31º77.08%99.22%-
XYZ40.5172.6130.95-
YUV179.9996.440.99-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.33%
GREEN value IS 253 (99.22% from 255) = 58.16%
BLUE value IS 124 (48.83% from 255) = 28.51%
R=13.33%
G=58.16%
B=28.51%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal582531240.7700.510.01140.3197.9960.98
Hex3AFD7C4D03318c623d
Octal72375174115063121414275
Binary111010111111011111100100110101100111100011001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AFD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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