Html Css Color HEX #49FA02 Harlequin

📋 copy color: '#49FA02'

red 73 ◦ green 250 ◦ blue 2

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

Shades of Harlequin #49FA02

Tints of Harlequin #49FA02

RGB

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

 GREEN value IS 250 (98.05% from 255) = 76.92%

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 22.46%
G = 76.92%
B = 0.62%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#49FA02 (or 0x49FA02) is known color: Harlequin. HEX triplet: 49, FA and 02. RGB value is (73,250,2). Sum of RGB (Red+Green+Blue) = 73+250+2=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 250 (98.05% from 255 or 76.92% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 250 - color contains mainly: green. Hex color #49FA02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49FA02 is #B605FD. Grayscale: #A9A9A9. Windows color (decimal): -11929086 or 195145. OLE color: 195145.

HSL color Cylindrical-coordinate representation of color #49FA02: hue angle of 102.82º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49FA02 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 250 2 -
CMYK 0.71 0 0.99 0.02
HSL 102.82º 0.98% 0.49% -
HSV(B) 102.82º 0.99% 0.98% -
XYZ 36.94 69.79 11.58 -
YUV 168.81 33.86 59.67 -
System Red Green Blue C M Y K H S L
Decimal 73 250 2 0.71 0 0.99 0.02 102.82 0.98 0.49
Hex 49 FA 2 47 0 63 2 67 62 31
Octal 111 372 2 107 0 143 2 147 142 61
Binary 1001001 11111010 10 1000111 0 1100011 10 1100111 1100010 110001

Color Harmonies of #49FA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FA02

Black with #49FA02

Text Example


Text Example

White with #49FA02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,250,2); }

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

background-color css

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

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

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

border-color css

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

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

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