#3AF366

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

Shades of Screamin' Green #3AF366

Tints of Screamin' Green #3AF366

Color information

#3AF366 (or 0x3AF366) is unknown color: approx Screamin' Green. HEX triplet: 3A, F3 and 66. RGB value is (58,243,102). Sum of RGB (Red+Green+Blue) = 58+243+102=403 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.39% from 403); Green value is 243 (95.31% from 255 or 60.30% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 243 - color contains mainly: green. Hex color #3AF366 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF366 is #C50C99. Grayscale: #ABABAB. Windows color (decimal): -12913818 or 6746938. OLE color: 6746938.

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

Color convert

RGB58243102-
CMYK0.7600.580.05
HSL134.27º88.52%59.02%-
HSV(B)134.27º76.13%95.29%-
XYZ36.1965.9623.39-
YUV171.6188.7146.96-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.39%
GREEN value IS 243 (95.31% from 255) = 60.30%
BLUE value IS 102 (40.23% from 255) = 25.31%
R=14.39%
G=60.30%
B=25.31%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal582431020.7600.580.05134.2788.5259.02
Hex3AF3664C03A586593b
Octal72363146114072520613173
Binary11101011110011110011010011000111010101100001101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,243,102); }

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

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

 a { background-color: rgb(58,243,102); }

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

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

 span { border-color: rgb(58,243,102); }

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