#3DF55F

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

Shades of Screamin' Green #3DF55F

Tints of Screamin' Green #3DF55F

Color information

#3DF55F (or 0x3DF55F) is unknown color: approx Screamin' Green. HEX triplet: 3D, F5 and 5F. RGB value is (61,245,95). Sum of RGB (Red+Green+Blue) = 61+245+95=401 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.21% from 401); Green value is 245 (96.09% from 255 or 61.10% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 245 - color contains mainly: green. Hex color #3DF55F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF55F is #C20AA0. Grayscale: #ADADAD. Windows color (decimal): -12716705 or 6288701. OLE color: 6288701.

HSL color Cylindrical-coordinate representation of color #3DF55F: hue angle of 131.09º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF55F is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB6124595-
CMYK0.7500.610.04
HSL131.09º90.2%60%-
HSV(B)131.09º75.1%96.08%-
XYZ36.6467.1221.85-
YUV172.8884.0448.2-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.21%
GREEN value IS 245 (96.09% from 255) = 61.10%
BLUE value IS 95 (37.5% from 255) = 23.69%
R=15.21%
G=61.10%
B=23.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal61245950.7500.610.04131.0990.260
Hex3DF55F4B03D4835a3c
Octal75365137113075420313274
Binary11110111110101101111110010110111101100100000111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,245,95); }

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

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

 a { background-color: rgb(61,245,95); }

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

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

 span { border-color: rgb(61,245,95); }

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