Html Css Color HEX #46E30C Harlequin

📋 copy color: '#46E30C'

red 70 ◦ green 227 ◦ blue 12

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

Shades of Harlequin #46E30C

Tints of Harlequin #46E30C

RGB

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

 GREEN value IS 227 (89.06% from 255) = 73.46%

 BLUE value IS 12 (5.08% from 255) = 3.88%

R = 22.65%
G = 73.46%
B = 3.88%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#46E30C (or 0x46E30C) is known color: Harlequin. HEX triplet: 46, E3 and 0C. RGB value is (70,227,12). Sum of RGB (Red+Green+Blue) = 70+227+12=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 227 (89.06% from 255 or 73.46% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 227 - color contains mainly: green. Hex color #46E30C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46E30C is #B91CF3. Grayscale: #9C9C9C. Windows color (decimal): -12131572 or 844614. OLE color: 844614.

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

Color convert

RGB 70 227 12 -
CMYK 0.69 0 0.95 0.11
HSL 103.81º 0.9% 0.47% -
HSV(B) 103.81º 0.95% 0.89% -
XYZ 30.06 56.27 9.62 -
YUV 155.55 46.99 66.98 -
System Red Green Blue C M Y K H S L
Decimal 70 227 12 0.69 0 0.95 0.11 103.81 0.9 0.47
Hex 46 E3 C 45 0 5F B 68 5A 2F
Octal 106 343 14 105 0 137 13 150 132 57
Binary 1000110 11100011 1100 1000101 0 1011111 1011 1101000 1011010 101111

Color Harmonies of #46E30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46E30C

Black with #46E30C

Text Example


Text Example

White with #46E30C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,227,12); }

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

background-color css

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

 a { background-color: rgb(70,227,12); }

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

border-color css

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

 span { border-color: rgb(70,227,12); }

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