Html Css Color HEX #49FC2E Harlequin

📋 copy color: '#49FC2E'

red 73 ◦ green 252 ◦ blue 46

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

Shades of Harlequin #49FC2E

Tints of Harlequin #49FC2E

RGB

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

 GREEN value IS 252 (98.83% from 255) = 67.92%

 BLUE value IS 46 (18.36% from 255) = 12.4%

R = 19.68%
G = 67.92%
B = 12.4%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#49FC2E (or 0x49FC2E) is known color: Harlequin. HEX triplet: 49, FC and 2E. RGB value is (73,252,46). Sum of RGB (Red+Green+Blue) = 73+252+46=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 252 (98.83% from 255 or 67.92% from 371); Blue value is 46 (18.36% from 255 or 12.40% from 371); Max value from RGB is 252 - color contains mainly: green. Hex color #49FC2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49FC2E is #B603D1. Grayscale: #AFAFAF. Windows color (decimal): -11928530 or 3079241. OLE color: 3079241.

HSL color Cylindrical-coordinate representation of color #49FC2E: hue angle of 112.14º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #49FC2E is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB 73 252 46 -
CMYK 0.71 0 0.82 0.01
HSL 112.14º 0.97% 0.58% -
HSV(B) 112.14º 0.82% 0.99% -
XYZ 38.05 71.23 14.33 -
YUV 175 55.2 55.25 -
System Red Green Blue C M Y K H S L
Decimal 73 252 46 0.71 0 0.82 0.01 112.14 0.97 0.58
Hex 49 FC 2E 47 0 52 1 70 61 3A
Octal 111 374 56 107 0 122 1 160 141 72
Binary 1001001 11111100 101110 1000111 0 1010010 1 1110000 1100001 111010

Color Harmonies of #49FC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FC2E

Black with #49FC2E

Text Example


Text Example

White with #49FC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,252,46); }

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

background-color css

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

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

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

border-color css

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

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

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