#3AF25B

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

Shades of Screamin' Green #3AF25B

Tints of Screamin' Green #3AF25B

Color information

#3AF25B (or 0x3AF25B) is unknown color: approx Screamin' Green. HEX triplet: 3A, F2 and 5B. RGB value is (58,242,91). Sum of RGB (Red+Green+Blue) = 58+242+91=391 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.83% from 391); Green value is 242 (94.92% from 255 or 61.89% from 391); Blue value is 91 (35.94% from 255 or 23.27% from 391); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF25B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF25B is #C50DA4. Grayscale: #AAAAAA. Windows color (decimal): -12914085 or 6025786. OLE color: 6025786.

HSL color Cylindrical-coordinate representation of color #3AF25B: hue angle of 130.76º degrees, saturation: 0.88, 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 #3AF25B is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB5824291-
CMYK0.7600.620.05
HSL130.76º87.62%58.82%-
HSV(B)130.76º76.03%94.9%-
XYZ35.3965.1620.61-
YUV169.7783.5448.28-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.83%
GREEN value IS 242 (94.92% from 255) = 61.89%
BLUE value IS 91 (35.94% from 255) = 23.27%
R=14.83%
G=61.89%
B=23.27%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal58242910.7600.620.05130.7687.6258.82
Hex3AF25B4C03E583583b
Octal72362133114076520313073
Binary11101011110010101101110011000111110101100000111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,242,91); }

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

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

 a { background-color: rgb(58,242,91); }

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

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

 span { border-color: rgb(58,242,91); }

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