Html Css Color HEX #4AF94A Screamin' Green

📋 copy color: '#4AF94A'

red 74 ◦ green 249 ◦ blue 74

#4AF94A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Screamin' Green #4AF94A

Tints of Screamin' Green #4AF94A

RGB

 RED value IS 74 (29.3% from 255) = 18.64%

 GREEN value IS 249 (97.66% from 255) = 62.72%

 BLUE value IS 74 (29.3% from 255) = 18.64%

R = 18.64%
G = 62.72%
B = 18.64%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#4AF94A (or 0x4AF94A) is known color: Screamin' Green. HEX triplet: 4A, F9 and 4A. RGB value is (74,249,74). Sum of RGB (Red+Green+Blue) = 74+249+74=397 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.64% from 397); Green value is 249 (97.66% from 255 or 62.72% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF94A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF94A is #B506B5. Grayscale: #B1B1B1. Windows color (decimal): -11863734 or 4913482. OLE color: 4913482.

HSL color Cylindrical-coordinate representation of color #4AF94A: hue angle of 120º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF94A is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 74 249 74 -
CMYK 0.70 0 0.70 0.02
HSL 120º 0.94% 0.63% -
HSV(B) 120º 0.7% 0.98% -
XYZ 37.94 69.7 17.93 -
YUV 176.73 70.02 54.73 -
System Red Green Blue C M Y K H S L
Decimal 74 249 74 0.70 0 0.70 0.02 120 0.94 0.63
Hex 4A F9 4A 46 0 46 2 78 5E 3F
Octal 112 371 112 106 0 106 2 170 136 77
Binary 1001010 11111001 1001010 1000110 0 1000110 10 1111000 1011110 111111

Color Harmonies of #4AF94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF94A

Black with #4AF94A

Text Example


Text Example

White with #4AF94A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,249,74); }

 H1.HeaderClassName
 {
   color: #4AF94A;
 }
 .AnyTagClassName
 {
   color: #4AF94A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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