Html Css Color HEX #46DC54 Lime Green

📋 copy color: '#46DC54'

red 70 ◦ green 220 ◦ blue 84

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

Shades of Lime Green #46DC54

Tints of Lime Green #46DC54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.46%

R = 18.72%
G = 58.82%
B = 22.46%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#46DC54 (or 0x46DC54) is known color: Lime Green. HEX triplet: 46, DC and 54. RGB value is (70,220,84). Sum of RGB (Red+Green+Blue) = 70+220+84=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 220 (86.33% from 255 or 58.82% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 220 - color contains mainly: green. Hex color #46DC54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46DC54 is #B923AB. Grayscale: #A0A0A0. Windows color (decimal): -12133292 or 5561414. OLE color: 5561414.

HSL color Cylindrical-coordinate representation of color #46DC54: hue angle of 125.6º 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 #46DC54 is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 220 84 -
CMYK 0.68 0 0.62 0.14
HSL 125.6º 0.68% 0.57% -
HSV(B) 125.6º 0.68% 0.86% -
XYZ 29.72 53.13 17.08 -
YUV 159.65 85.31 64.06 -
System Red Green Blue C M Y K H S L
Decimal 70 220 84 0.68 0 0.62 0.14 125.6 0.68 0.57
Hex 46 DC 54 44 0 3E E 7E 44 39
Octal 106 334 124 104 0 76 16 176 104 71
Binary 1000110 11011100 1010100 1000100 0 111110 1110 1111110 1000100 111001

Color Harmonies of #46DC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DC54

Black with #46DC54

Text Example


Text Example

White with #46DC54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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