#3afe4b

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

Shades of Screamin' Green #3AFE4B

Tints of Screamin' Green #3AFE4B

Color information

#3AFE4B (or 0x3AFE4B) is unknown color: approx Screamin' Green. HEX triplet: 3A, FE and 4B. RGB value is (58,254,75). Sum of RGB (Red+Green+Blue) = 58+254+75=387 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.99% from 387); Green value is 254 (99.61% from 255 or 65.63% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFE4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFE4B is #C501B4. Grayscale: #AFAFAF. Windows color (decimal): -12911029 or 4980282. OLE color: 4980282.

HSL color Cylindrical-coordinate representation of color #3AFE4B: hue angle of 125.2º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFE4B is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB5825475-
CMYK0.7700.700.00
HSL125.2º98.99%61.18%-
HSV(B)125.2º77.17%99.61%-
XYZ38.4672.2918.58-
YUV174.9971.5744.55-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.99%
GREEN value IS 254 (99.61% from 255) = 65.63%
BLUE value IS 75 (29.69% from 255) = 19.38%
R=14.99%
G=65.63%
B=19.38%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal58254750.7700.700.00125.298.9961.18
Hex3AFE4B4D04607d633d
Octal723761131150106017514375
Binary111010111111101001011100110101000110011111011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3afe4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,254,75); }

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

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

 a { background-color: rgb(58,254,75); }

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

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

 span { border-color: rgb(58,254,75); }

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