#3FF150

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

Shades of Screamin' Green #3FF150

Tints of Screamin' Green #3FF150

Color information

#3FF150 (or 0x3FF150) is unknown color: approx Screamin' Green. HEX triplet: 3F, F1 and 50. RGB value is (63,241,80). Sum of RGB (Red+Green+Blue) = 63+241+80=384 (50% of max value = 765). Red value is 63 (25% from 255 or 16.41% from 384); Green value is 241 (94.53% from 255 or 62.76% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 241 - color contains mainly: green. Hex color #3FF150 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FF150 is #C00EAF. Grayscale: #A9A9A9. Windows color (decimal): -12586672 or 5304639. OLE color: 5304639.

HSL color Cylindrical-coordinate representation of color #3FF150: hue angle of 125.73º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF150 is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB6324180-
CMYK0.7400.670.05
HSL125.73º86.41%59.61%-
HSV(B)125.73º73.86%94.51%-
XYZ34.9564.5518.21-
YUV169.4277.5352.09-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.41%
GREEN value IS 241 (94.53% from 255) = 62.76%
BLUE value IS 80 (31.64% from 255) = 20.83%
R=16.41%
G=62.76%
B=20.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal63241800.7400.670.05125.7386.4159.61
Hex3FF1504A04357e563c
Octal773611201120103517612674
Binary11111111110001101000010010100100001110111111101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,241,80); }

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

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

 a { background-color: rgb(63,241,80); }

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

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

 span { border-color: rgb(63,241,80); }

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