#3CF265

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

Shades of Screamin' Green #3CF265

Tints of Screamin' Green #3CF265

Color information

#3CF265 (or 0x3CF265) is unknown color: approx Screamin' Green. HEX triplet: 3C, F2 and 65. RGB value is (60,242,101). Sum of RGB (Red+Green+Blue) = 60+242+101=403 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.89% from 403); Green value is 242 (94.92% from 255 or 60.05% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF265 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CF265 is #C30D9A. Grayscale: #ABABAB. Windows color (decimal): -12783003 or 6681148. OLE color: 6681148.

HSL color Cylindrical-coordinate representation of color #3CF265: hue angle of 133.52º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF265 is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB60242101-
CMYK0.7500.580.05
HSL133.52º87.5%59.22%-
HSV(B)133.52º75.21%94.9%-
XYZ35.9665.423.04-
YUV171.5188.248.46-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.89%
GREEN value IS 242 (94.92% from 255) = 60.05%
BLUE value IS 101 (39.84% from 255) = 25.06%
R=14.89%
G=60.05%
B=25.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal602421010.7500.580.05133.5287.559.22
Hex3CF2654B03A586583b
Octal74362145113072520613073
Binary11110011110010110010110010110111010101100001101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CF265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,242,101); }

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

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

 a { background-color: rgb(60,242,101); }

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

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

 span { border-color: rgb(60,242,101); }

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