Html Css Color HEX #46DC47 Lime Green

📋 copy color: '#46DC47'

red 70 ◦ green 220 ◦ blue 71

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

Shades of Lime Green #46DC47

Tints of Lime Green #46DC47

RGB

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

 GREEN value IS 220 (86.33% from 255) = 60.94%

 BLUE value IS 71 (28.13% from 255) = 19.67%

R = 19.39%
G = 60.94%
B = 19.67%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#46DC47 (or 0x46DC47) is known color: Lime Green. HEX triplet: 46, DC and 47. RGB value is (70,220,71). Sum of RGB (Red+Green+Blue) = 70+220+71=361 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.39% from 361); Green value is 220 (86.33% from 255 or 60.94% from 361); Blue value is 71 (28.12% from 255 or 19.67% from 361); Max value from RGB is 220 - color contains mainly: green. Hex color #46DC47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46DC47 is #B923B8. Grayscale: #9E9E9E. Windows color (decimal): -12133305 or 4709446. OLE color: 4709446.

HSL color Cylindrical-coordinate representation of color #46DC47: hue angle of 120.4º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DC47 is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 220 71 -
CMYK 0.68 0 0.68 0.14
HSL 120.4º 0.68% 0.57% -
HSV(B) 120.4º 0.68% 0.86% -
XYZ 29.26 52.94 14.64 -
YUV 158.16 78.81 65.12 -
System Red Green Blue C M Y K H S L
Decimal 70 220 71 0.68 0 0.68 0.14 120.4 0.68 0.57
Hex 46 DC 47 44 0 44 E 78 44 39
Octal 106 334 107 104 0 104 16 170 104 71
Binary 1000110 11011100 1000111 1000100 0 1000100 1110 1111000 1000100 111001

Color Harmonies of #46DC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DC47

Black with #46DC47

Text Example


Text Example

White with #46DC47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,220,71); }

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

background-color css

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

 a { background-color: rgb(70,220,71); }

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

border-color css

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

 span { border-color: rgb(70,220,71); }

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