#3CF158

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

Shades of Screamin' Green #3CF158

Tints of Screamin' Green #3CF158

Color information

#3CF158 (or 0x3CF158) is unknown color: approx Screamin' Green. HEX triplet: 3C, F1 and 58. RGB value is (60,241,88). Sum of RGB (Red+Green+Blue) = 60+241+88=389 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.42% from 389); Green value is 241 (94.53% from 255 or 61.95% from 389); Blue value is 88 (34.77% from 255 or 22.62% from 389); Max value from RGB is 241 - color contains mainly: green. Hex color #3CF158 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CF158 is #C30EA7. Grayscale: #A9A9A9. Windows color (decimal): -12783272 or 5828924. OLE color: 5828924.

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

Color convert

RGB6024188-
CMYK0.7500.630.05
HSL129.28º86.6%59.02%-
HSV(B)129.28º75.1%94.51%-
XYZ35.0864.5819.85-
YUV169.4482.0349.94-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.42%
GREEN value IS 241 (94.53% from 255) = 61.95%
BLUE value IS 88 (34.77% from 255) = 22.62%
R=15.42%
G=61.95%
B=22.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal60241880.7500.630.05129.2886.659.02
Hex3CF1584B03F581573b
Octal74361130113077520112773
Binary11110011110001101100010010110111111101100000011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CF158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,241,88); }

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

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

 a { background-color: rgb(60,241,88); }

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

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

 span { border-color: rgb(60,241,88); }

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