Html Css Color HEX #46EC1D Harlequin

📋 copy color: '#46EC1D'

red 70 ◦ green 236 ◦ blue 29

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

Shades of Harlequin #46EC1D

Tints of Harlequin #46EC1D

RGB

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

 GREEN value IS 236 (92.58% from 255) = 70.45%

 BLUE value IS 29 (11.72% from 255) = 8.66%

R = 20.9%
G = 70.45%
B = 8.66%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#46EC1D (or 0x46EC1D) is known color: Harlequin. HEX triplet: 46, EC and 1D. RGB value is (70,236,29). Sum of RGB (Red+Green+Blue) = 70+236+29=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 236 (92.58% from 255 or 70.45% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 236 - color contains mainly: green. Hex color #46EC1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46EC1D is #B913E2. Grayscale: #A3A3A3. Windows color (decimal): -12129251 or 1961030. OLE color: 1961030.

HSL color Cylindrical-coordinate representation of color #46EC1D: hue angle of 108.12º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #46EC1D is Cyan = 0.70, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 70 236 29 -
CMYK 0.70 0 0.88 0.07
HSL 108.12º 0.84% 0.52% -
HSV(B) 108.12º 0.88% 0.93% -
XYZ 32.74 61.38 11.28 -
YUV 162.77 52.5 61.83 -
System Red Green Blue C M Y K H S L
Decimal 70 236 29 0.70 0 0.88 0.07 108.12 0.84 0.52
Hex 46 EC 1D 46 0 58 7 6C 54 34
Octal 106 354 35 106 0 130 7 154 124 64
Binary 1000110 11101100 11101 1000110 0 1011000 111 1101100 1010100 110100

Color Harmonies of #46EC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46EC1D

Black with #46EC1D

Text Example


Text Example

White with #46EC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,236,29); }

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

background-color css

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

 a { background-color: rgb(70,236,29); }

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

border-color css

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

 span { border-color: rgb(70,236,29); }

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