Html Css Color HEX #49EF1E Harlequin

📋 copy color: '#49EF1E'

red 73 ◦ green 239 ◦ blue 30

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

Shades of Harlequin #49EF1E

Tints of Harlequin #49EF1E

RGB

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

 GREEN value IS 239 (93.75% from 255) = 69.88%

 BLUE value IS 30 (12.11% from 255) = 8.77%

R = 21.35%
G = 69.88%
B = 8.77%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#49EF1E (or 0x49EF1E) is known color: Harlequin. HEX triplet: 49, EF and 1E. RGB value is (73,239,30). Sum of RGB (Red+Green+Blue) = 73+239+30=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 239 (93.75% from 255 or 69.88% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 239 - color contains mainly: green. Hex color #49EF1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49EF1E is #B610E1. Grayscale: #A6A6A6. Windows color (decimal): -11931874 or 2027337. OLE color: 2027337.

HSL color Cylindrical-coordinate representation of color #49EF1E: hue angle of 107.66º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #49EF1E is Cyan = 0.69, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 239 30 -
CMYK 0.69 0 0.87 0.06
HSL 107.66º 0.87% 0.53% -
HSV(B) 107.66º 0.87% 0.94% -
XYZ 33.85 63.24 11.65 -
YUV 165.54 51.5 61.99 -
System Red Green Blue C M Y K H S L
Decimal 73 239 30 0.69 0 0.87 0.06 107.66 0.87 0.53
Hex 49 EF 1E 45 0 57 6 6C 57 35
Octal 111 357 36 105 0 127 6 154 127 65
Binary 1001001 11101111 11110 1000101 0 1010111 110 1101100 1010111 110101

Color Harmonies of #49EF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EF1E

Black with #49EF1E

Text Example


Text Example

White with #49EF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,239,30); }

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

background-color css

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

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

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

border-color css

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

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

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