Html Css Color HEX #46E82E Lime Green

📋 copy color: '#46E82E'

red 70 ◦ green 232 ◦ blue 46

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

Shades of Lime Green #46E82E

Tints of Lime Green #46E82E

RGB

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

 GREEN value IS 232 (91.02% from 255) = 66.67%

 BLUE value IS 46 (18.36% from 255) = 13.22%

R = 20.11%
G = 66.67%
B = 13.22%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#46E82E (or 0x46E82E) is known color: Lime Green. HEX triplet: 46, E8 and 2E. RGB value is (70,232,46). Sum of RGB (Red+Green+Blue) = 70+232+46=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 232 (91.02% from 255 or 66.67% from 348); Blue value is 46 (18.36% from 255 or 13.22% from 348); Max value from RGB is 232 - color contains mainly: green. Hex color #46E82E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46E82E is #B917D1. Grayscale: #A2A2A2. Windows color (decimal): -12130258 or 3074118. OLE color: 3074118.

HSL color Cylindrical-coordinate representation of color #46E82E: hue angle of 112.26º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #46E82E is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.

Color convert

RGB 70 232 46 -
CMYK 0.70 0 0.80 0.09
HSL 112.26º 0.8% 0.55% -
HSV(B) 112.26º 0.8% 0.91% -
XYZ 31.88 59.21 12.33 -
YUV 162.36 62.33 62.12 -
System Red Green Blue C M Y K H S L
Decimal 70 232 46 0.70 0 0.80 0.09 112.26 0.8 0.55
Hex 46 E8 2E 46 0 50 9 70 50 37
Octal 106 350 56 106 0 120 11 160 120 67
Binary 1000110 11101000 101110 1000110 0 1010000 1001 1110000 1010000 110111

Color Harmonies of #46E82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46E82E

Black with #46E82E

Text Example


Text Example

White with #46E82E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,232,46); }

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

background-color css

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

 a { background-color: rgb(70,232,46); }

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

border-color css

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

 span { border-color: rgb(70,232,46); }

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