Html Css Color HEX #46E400 Harlequin

📋 copy color: '#46E400'

red 70 ◦ green 228 ◦ blue 0

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

Shades of Harlequin #46E400

Tints of Harlequin #46E400

RGB

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

 GREEN value IS 228 (89.45% from 255) = 76.51%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 23.49%
G = 76.51%
B = 0%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#46E400 (or 0x46E400) is known color: Harlequin. HEX triplet: 46, E4 and 00. RGB value is (70,228,0). Sum of RGB (Red+Green+Blue) = 70+228+0=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 228 (89.45% from 255 or 76.51% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 228 - color contains mainly: green. Hex color #46E400 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46E400 is #B91BFF. Grayscale: #9B9B9B. Windows color (decimal): -12131328 or 58438. OLE color: 58438.

HSL color Cylindrical-coordinate representation of color #46E400: hue angle of 101.58º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #46E400 is Cyan = 0.69, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.

Color convert

RGB 70 228 0 -
CMYK 0.69 0 1 0.11
HSL 101.58º 1% 0.45% -
HSV(B) 101.58º 1% 0.89% -
XYZ 30.27 56.79 9.37 -
YUV 154.77 40.65 67.54 -
System Red Green Blue C M Y K H S L
Decimal 70 228 0 0.69 0 1 0.11 101.58 1 0.45
Hex 46 E4 0 45 0 64 B 66 64 2D
Octal 106 344 0 105 0 144 13 146 144 55
Binary 1000110 11100100 0 1000101 0 1100100 1011 1100110 1100100 101101

Color Harmonies of #46E400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46E400

Black with #46E400

Text Example


Text Example

White with #46E400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,228,0); }

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

background-color css

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

 a { background-color: rgb(70,228,0); }

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

border-color css

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

 span { border-color: rgb(70,228,0); }

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