#3FFD60

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

Shades of Screamin' Green #3FFD60

Tints of Screamin' Green #3FFD60

Color information

#3FFD60 (or 0x3FFD60) is unknown color: approx Screamin' Green. HEX triplet: 3F, FD and 60. RGB value is (63,253,96). Sum of RGB (Red+Green+Blue) = 63+253+96=412 (54% of max value = 765). Red value is 63 (25% from 255 or 15.29% from 412); Green value is 253 (99.22% from 255 or 61.41% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 253 - color contains mainly: green. Hex color #3FFD60 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FFD60 is #C0029F. Grayscale: #B2B2B2. Windows color (decimal): -12583584 or 6356287. OLE color: 6356287.

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

Color convert

RGB6325396-
CMYK0.7500.620.01
HSL130.42º97.94%61.96%-
HSV(B)130.42º75.1%99.22%-
XYZ39.2972.1522.92-
YUV178.2981.5545.77-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.29%
GREEN value IS 253 (99.22% from 255) = 61.41%
BLUE value IS 96 (37.89% from 255) = 23.30%
R=15.29%
G=61.41%
B=23.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal63253960.7500.620.01130.4297.9461.96
Hex3FFD604B03E182623e
Octal77375140113076120214276
Binary111111111111011100000100101101111101100000101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FFD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,253,96); }

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

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

 a { background-color: rgb(63,253,96); }

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

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

 span { border-color: rgb(63,253,96); }

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