Html Css Color HEX #49FF02 Harlequin

📋 copy color: '#49FF02'

red 73 ◦ green 255 ◦ blue 2

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

Shades of Harlequin #49FF02

Tints of Harlequin #49FF02

RGB

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

 GREEN value IS 255 (100% from 255) = 77.27%

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

R = 22.12%
G = 77.27%
B = 0.61%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#49FF02 (or 0x49FF02) is known color: Harlequin. HEX triplet: 49, FF and 02. RGB value is (73,255,2). Sum of RGB (Red+Green+Blue) = 73+255+2=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 255 (100% from 255 or 77.27% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 255 - color contains mainly: green. Hex color #49FF02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49FF02 is #B600FD. Grayscale: #ACACAC. Windows color (decimal): -11927806 or 196425. OLE color: 196425.

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

Color convert

RGB 73 255 2 -
CMYK 0.71 0 0.99 0
HSL 103.16º 1% 0.5% -
HSV(B) 103.16º 0.99% 1% -
XYZ 38.52 72.94 12.11 -
YUV 171.74 32.2 57.57 -
System Red Green Blue C M Y K H S L
Decimal 73 255 2 0.71 0 0.99 0 103.16 1 0.5
Hex 49 FF 2 47 0 63 0 67 64 32
Octal 111 377 2 107 0 143 0 147 144 62
Binary 1001001 11111111 10 1000111 0 1100011 0 1100111 1100100 110010

Color Harmonies of #49FF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FF02

Black with #49FF02

Text Example


Text Example

White with #49FF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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