#3AFA61

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

Shades of Screamin' Green #3AFA61

Tints of Screamin' Green #3AFA61

Color information

#3AFA61 (or 0x3AFA61) is unknown color: approx Screamin' Green. HEX triplet: 3A, FA and 61. RGB value is (58,250,97). Sum of RGB (Red+Green+Blue) = 58+250+97=405 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.32% from 405); Green value is 250 (98.05% from 255 or 61.73% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 250 - color contains mainly: green. Hex color #3AFA61 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AFA61 is #C5059E. Grayscale: #AFAFAF. Windows color (decimal): -12912031 or 6421050. OLE color: 6421050.

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

Color convert

RGB5825097-
CMYK0.7700.610.02
HSL132.19º95.05%60.39%-
HSV(B)132.19º76.8%98.04%-
XYZ38.0970.1322.84-
YUV175.1583.8944.44-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.32%
GREEN value IS 250 (98.05% from 255) = 61.73%
BLUE value IS 97 (38.28% from 255) = 23.95%
R=14.32%
G=61.73%
B=23.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal58250970.7700.610.02132.1995.0560.39
Hex3AFA614D03D2845f3c
Octal72372141115075220413774
Binary1110101111101011000011001101011110110100001001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AFA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,250,97); }

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

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

 a { background-color: rgb(58,250,97); }

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

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

 span { border-color: rgb(58,250,97); }

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