#4AFD44

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

Shades of Screamin' Green #4AFD44

Tints of Screamin' Green #4AFD44

Color information

#4AFD44 (or 0x4AFD44) is unknown color: approx Screamin' Green. HEX triplet: 4A, FD and 44. RGB value is (74,253,68). Sum of RGB (Red+Green+Blue) = 74+253+68=395 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.73% from 395); Green value is 253 (99.22% from 255 or 64.05% from 395); Blue value is 68 (26.95% from 255 or 17.22% from 395); Max value from RGB is 253 - color contains mainly: green. Hex color #4AFD44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AFD44 is #B502BB. Grayscale: #B2B2B2. Windows color (decimal): -11862716 or 4521290. OLE color: 4521290.

HSL color Cylindrical-coordinate representation of color #4AFD44: hue angle of 118.05º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4AFD44 is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB7425368-
CMYK0.7100.730.01
HSL118.05º97.88%62.94%-
HSV(B)118.05º73.12%99.22%-
XYZ38.9972.1217.33-
YUV178.3965.753.54-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.73%
GREEN value IS 253 (99.22% from 255) = 64.05%
BLUE value IS 68 (26.95% from 255) = 17.22%
R=18.73%
G=64.05%
B=17.22%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal74253680.7100.730.01118.0597.8862.94
Hex4AFD4447049176623f
Octal1123751041070111116614277
Binary1001010111111011000100100011101001001111101101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AFD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,253,68); }

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

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

 a { background-color: rgb(74,253,68); }

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

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

 span { border-color: rgb(74,253,68); }

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