Html Css Color HEX #4AE950 Screamin' Green

📋 copy color: '#4AE950'

red 74 ◦ green 233 ◦ blue 80

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

Shades of Screamin' Green #4AE950

Tints of Screamin' Green #4AE950

RGB

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

 GREEN value IS 233 (91.41% from 255) = 60.21%

 BLUE value IS 80 (31.64% from 255) = 20.67%

R = 19.12%
G = 60.21%
B = 20.67%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#4AE950 (or 0x4AE950) is known color: Screamin' Green. HEX triplet: 4A, E9 and 50. RGB value is (74,233,80). Sum of RGB (Red+Green+Blue) = 74+233+80=387 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.12% from 387); Green value is 233 (91.41% from 255 or 60.21% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 233 - color contains mainly: green. Hex color #4AE950 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AE950 is #B516AF. Grayscale: #A8A8A8. Windows color (decimal): -11867824 or 5302602. OLE color: 5302602.

HSL color Cylindrical-coordinate representation of color #4AE950: hue angle of 122.26º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AE950 is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 74 233 80 -
CMYK 0.68 0 0.66 0.09
HSL 122.26º 0.78% 0.6% -
HSV(B) 122.26º 0.68% 0.91% -
XYZ 33.41 60.31 17.47 -
YUV 168.02 78.32 60.94 -
System Red Green Blue C M Y K H S L
Decimal 74 233 80 0.68 0 0.66 0.09 122.26 0.78 0.6
Hex 4A E9 50 44 0 42 9 7A 4E 3C
Octal 112 351 120 104 0 102 11 172 116 74
Binary 1001010 11101001 1010000 1000100 0 1000010 1001 1111010 1001110 111100

Color Harmonies of #4AE950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AE950

Black with #4AE950

Text Example


Text Example

White with #4AE950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,233,80); }

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

background-color css

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

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

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

border-color css

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

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

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