Html Css Color HEX #46EF1C Harlequin

📋 copy color: '#46EF1C'

red 70 ◦ green 239 ◦ blue 28

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

Shades of Harlequin #46EF1C

Tints of Harlequin #46EF1C

RGB

 RED value IS 70 (27.73% from 255) = 20.77%

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

 BLUE value IS 28 (11.33% from 255) = 8.31%

R = 20.77%
G = 70.92%
B = 8.31%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#46EF1C (or 0x46EF1C) is known color: Harlequin. HEX triplet: 46, EF and 1C. RGB value is (70,239,28). Sum of RGB (Red+Green+Blue) = 70+239+28=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 239 (93.75% from 255 or 70.92% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 239 - color contains mainly: green. Hex color #46EF1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46EF1C is #B910E3. Grayscale: #A5A5A5. Windows color (decimal): -12128484 or 1896262. OLE color: 1896262.

HSL color Cylindrical-coordinate representation of color #46EF1C: hue angle of 108.06º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #46EF1C is Cyan = 0.71, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 70 239 28 -
CMYK 0.71 0 0.88 0.06
HSL 108.06º 0.87% 0.52% -
HSV(B) 108.06º 0.88% 0.94% -
XYZ 33.6 63.12 11.51 -
YUV 164.42 51.01 60.66 -
System Red Green Blue C M Y K H S L
Decimal 70 239 28 0.71 0 0.88 0.06 108.06 0.87 0.52
Hex 46 EF 1C 47 0 58 6 6C 57 34
Octal 106 357 34 107 0 130 6 154 127 64
Binary 1000110 11101111 11100 1000111 0 1011000 110 1101100 1010111 110100

Color Harmonies of #46EF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46EF1C

Black with #46EF1C

Text Example


Text Example

White with #46EF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46EF1C; }

 p { color: rgb(70,239,28); }

 H1.HeaderClassName
 {
   color: #46EF1C;
 }
 .AnyTagClassName
 {
   color: #46EF1C;
 }
</style>

background-color css

<style>
 a { background-color: #46EF1C; }

 a { background-color: rgb(70,239,28); }

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

border-color css

<style>
 span { border-color: #46EF1C; }

 span { border-color: rgb(70,239,28); }

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