#3aef5c

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

Shades of Screamin' Green #3AEF5C

Tints of Screamin' Green #3AEF5C

Color information

#3AEF5C (or 0x3AEF5C) is unknown color: approx Screamin' Green. HEX triplet: 3A, EF and 5C. RGB value is (58,239,92). Sum of RGB (Red+Green+Blue) = 58+239+92=389 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.91% from 389); Green value is 239 (93.75% from 255 or 61.44% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 239 - color contains mainly: green. Hex color #3AEF5C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AEF5C is #C510A3. Grayscale: #A8A8A8. Windows color (decimal): -12914852 or 6090554. OLE color: 6090554.

HSL color Cylindrical-coordinate representation of color #3AEF5C: hue angle of 131.27º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AEF5C is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB5823992-
CMYK0.7600.620.06
HSL131.27º84.98%58.24%-
HSV(B)131.27º75.73%93.73%-
XYZ34.5463.4120.54-
YUV168.1285.0349.45-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.91%
GREEN value IS 239 (93.75% from 255) = 61.44%
BLUE value IS 92 (36.33% from 255) = 23.65%
R=14.91%
G=61.44%
B=23.65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal58239920.7600.620.06131.2784.9858.24
Hex3AEF5C4C03E683553a
Octal72357134114076620312572
Binary11101011101111101110010011000111110110100000111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3aef5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,239,92); }

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

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

 a { background-color: rgb(58,239,92); }

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

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

 span { border-color: rgb(58,239,92); }

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