Html Css Color HEX #46DC31 Lime Green

📋 copy color: '#46DC31'

red 70 ◦ green 220 ◦ blue 49

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

Shades of Lime Green #46DC31

Tints of Lime Green #46DC31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.45%

R = 20.65%
G = 64.9%
B = 14.45%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#46DC31 (or 0x46DC31) is known color: Lime Green. HEX triplet: 46, DC and 31. RGB value is (70,220,49). Sum of RGB (Red+Green+Blue) = 70+220+49=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 220 (86.33% from 255 or 64.90% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 220 - color contains mainly: green. Hex color #46DC31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46DC31 is #B923CE. Grayscale: #9C9C9C. Windows color (decimal): -12133327 or 3267654. OLE color: 3267654.

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

Color convert

RGB 70 220 49 -
CMYK 0.68 0 0.78 0.14
HSL 112.63º 0.71% 0.53% -
HSV(B) 112.63º 0.78% 0.86% -
XYZ 28.67 52.71 11.57 -
YUV 155.66 67.81 66.9 -
System Red Green Blue C M Y K H S L
Decimal 70 220 49 0.68 0 0.78 0.14 112.63 0.71 0.53
Hex 46 DC 31 44 0 4E E 71 47 35
Octal 106 334 61 104 0 116 16 161 107 65
Binary 1000110 11011100 110001 1000100 0 1001110 1110 1110001 1000111 110101

Color Harmonies of #46DC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DC31

Black with #46DC31

Text Example


Text Example

White with #46DC31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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