#4AFB3A

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

Shades of Screamin' Green #4AFB3A

Tints of Screamin' Green #4AFB3A

Color information

#4AFB3A (or 0x4AFB3A) is unknown color: approx Screamin' Green. HEX triplet: 4A, FB and 3A. RGB value is (74,251,58). Sum of RGB (Red+Green+Blue) = 74+251+58=383 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.32% from 383); Green value is 251 (98.44% from 255 or 65.54% from 383); Blue value is 58 (23.05% from 255 or 15.14% from 383); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFB3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AFB3A is #B504C5. Grayscale: #B0B0B0. Windows color (decimal): -11863238 or 3865418. OLE color: 3865418.

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

Color convert

RGB7425158-
CMYK0.7100.770.02
HSL115.03º96.02%60.59%-
HSV(B)115.03º76.89%98.43%-
XYZ38.0870.7615.65-
YUV176.0861.3655.19-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.32%
GREEN value IS 251 (98.44% from 255) = 65.54%
BLUE value IS 58 (23.05% from 255) = 15.14%
R=19.32%
G=65.54%
B=15.14%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal74251580.7100.770.02115.0396.0260.59
Hex4AFB3A4704D273603d
Octal112373721070115216314075
Binary1001010111110111110101000111010011011011100111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AFB3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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