#4AFB3D

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

Shades of Screamin' Green #4AFB3D

Tints of Screamin' Green #4AFB3D

Color information

#4AFB3D (or 0x4AFB3D) is unknown color: approx Screamin' Green. HEX triplet: 4A, FB and 3D. RGB value is (74,251,61). Sum of RGB (Red+Green+Blue) = 74+251+61=386 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.17% from 386); Green value is 251 (98.44% from 255 or 65.03% from 386); Blue value is 61 (24.22% from 255 or 15.80% from 386); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFB3D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AFB3D is #B504C2. Grayscale: #B1B1B1. Windows color (decimal): -11863235 or 4062026. OLE color: 4062026.

HSL color Cylindrical-coordinate representation of color #4AFB3D: hue angle of 115.89º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4AFB3D is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB7425161-
CMYK0.7100.760.02
HSL115.89º95.96%61.18%-
HSV(B)115.89º75.7%98.43%-
XYZ38.1670.7916.07-
YUV176.4262.8654.95-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.17%
GREEN value IS 251 (98.44% from 255) = 65.03%
BLUE value IS 61 (24.22% from 255) = 15.80%
R=19.17%
G=65.03%
B=15.80%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal74251610.7100.760.02115.8995.9661.18
Hex4AFB3D4704C274603d
Octal112373751070114216414075
Binary1001010111110111111011000111010011001011101001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AFB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AFB3D; }

 p { color: rgb(74,251,61); }

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

<style>
 a { background-color: #4AFB3D; }

 a { background-color: rgb(74,251,61); }

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

<style>
 span { border-color: #4AFB3D; }

 span { border-color: rgb(74,251,61); }

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