#3FF250

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

Shades of Screamin' Green #3FF250

Tints of Screamin' Green #3FF250

Color information

#3FF250 (or 0x3FF250) is unknown color: approx Screamin' Green. HEX triplet: 3F, F2 and 50. RGB value is (63,242,80). Sum of RGB (Red+Green+Blue) = 63+242+80=385 (50% of max value = 765). Red value is 63 (25% from 255 or 16.36% from 385); Green value is 242 (94.92% from 255 or 62.86% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF250 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FF250 is #C00DAF. Grayscale: #AAAAAA. Windows color (decimal): -12586416 or 5304895. OLE color: 5304895.

HSL color Cylindrical-coordinate representation of color #3FF250: hue angle of 125.7º degrees, saturation: 0.87, 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 #3FF250 is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB6324280-
CMYK0.7400.670.05
HSL125.7º87.32%59.8%-
HSV(B)125.7º73.97%94.9%-
XYZ35.2565.1418.3-
YUV170.0177.251.67-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.36%
GREEN value IS 242 (94.92% from 255) = 62.86%
BLUE value IS 80 (31.64% from 255) = 20.78%
R=16.36%
G=62.86%
B=20.78%

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
Decimal63242800.7400.670.05125.787.3259.8
Hex3FF2504A04357e573c
Octal773621201120103517612774
Binary11111111110010101000010010100100001110111111101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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