Html Css Color HEX #46E14D Lime Green

📋 copy color: '#46E14D'

red 70 ◦ green 225 ◦ blue 77

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

Shades of Lime Green #46E14D

Tints of Lime Green #46E14D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 60.48%

 BLUE value IS 77 (30.47% from 255) = 20.7%

R = 18.82%
G = 60.48%
B = 20.7%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#46E14D (or 0x46E14D) is known color: Lime Green. HEX triplet: 46, E1 and 4D. RGB value is (70,225,77). Sum of RGB (Red+Green+Blue) = 70+225+77=372 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.82% from 372); Green value is 225 (88.28% from 255 or 60.48% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 225 - color contains mainly: green. Hex color #46E14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46E14D is #B91EB2. Grayscale: #A2A2A2. Windows color (decimal): -12132019 or 5103942. OLE color: 5103942.

HSL color Cylindrical-coordinate representation of color #46E14D: hue angle of 122.71º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46E14D is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 70 225 77 -
CMYK 0.69 0 0.66 0.12
HSL 122.71º 0.72% 0.58% -
HSV(B) 122.71º 0.69% 0.88% -
XYZ 30.79 55.69 16.15 -
YUV 161.78 80.15 62.53 -
System Red Green Blue C M Y K H S L
Decimal 70 225 77 0.69 0 0.66 0.12 122.71 0.72 0.58
Hex 46 E1 4D 45 0 42 C 7B 48 3A
Octal 106 341 115 105 0 102 14 173 110 72
Binary 1000110 11100001 1001101 1000101 0 1000010 1100 1111011 1001000 111010

Color Harmonies of #46E14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46E14D

Black with #46E14D

Text Example


Text Example

White with #46E14D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,225,77); }

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

background-color css

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

 a { background-color: rgb(70,225,77); }

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

border-color css

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

 span { border-color: rgb(70,225,77); }

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