Html Css Color HEX #49F249 Screamin' Green

📋 copy color: '#49F249'

red 73 ◦ green 242 ◦ blue 73

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

Shades of Screamin' Green #49F249

Tints of Screamin' Green #49F249

RGB

 RED value IS 73 (28.91% from 255) = 18.81%

 GREEN value IS 242 (94.92% from 255) = 62.37%

 BLUE value IS 73 (28.91% from 255) = 18.81%

R = 18.81%
G = 62.37%
B = 18.81%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#49F249 (or 0x49F249) is known color: Screamin' Green. HEX triplet: 49, F2 and 49. RGB value is (73,242,73). Sum of RGB (Red+Green+Blue) = 73+242+73=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 242 (94.92% from 255 or 62.37% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 242 - color contains mainly: green. Hex color #49F249 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F249 is #B60DB6. Grayscale: #ACACAC. Windows color (decimal): -11931063 or 4846153. OLE color: 4846153.

HSL color Cylindrical-coordinate representation of color #49F249: hue angle of 120º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F249 is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 242 73 -
CMYK 0.70 0 0.70 0.05
HSL 120º 0.87% 0.62% -
HSV(B) 120º 0.7% 0.95% -
XYZ 35.7 65.4 17.05 -
YUV 172.2 72.01 57.24 -
System Red Green Blue C M Y K H S L
Decimal 73 242 73 0.70 0 0.70 0.05 120 0.87 0.62
Hex 49 F2 49 46 0 46 5 78 57 3E
Octal 111 362 111 106 0 106 5 170 127 76
Binary 1001001 11110010 1001001 1000110 0 1000110 101 1111000 1010111 111110

Color Harmonies of #49F249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F249

Black with #49F249

Text Example


Text Example

White with #49F249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49F249; }

 p { color: rgb(73,242,73); }

 H1.HeaderClassName
 {
   color: #49F249;
 }
 .AnyTagClassName
 {
   color: #49F249;
 }
</style>

background-color css

<style>
 a { background-color: #49F249; }

 a { background-color: rgb(73,242,73); }

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

border-color css

<style>
 span { border-color: #49F249; }

 span { border-color: rgb(73,242,73); }

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