Html Css Color HEX #46F63D Lime Green

📋 copy color: '#46F63D'

red 70 ◦ green 246 ◦ blue 61

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

Shades of Lime Green #46F63D

Tints of Lime Green #46F63D

RGB

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

 GREEN value IS 246 (96.48% from 255) = 65.25%

 BLUE value IS 61 (24.22% from 255) = 16.18%

R = 18.57%
G = 65.25%
B = 16.18%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#46F63D (or 0x46F63D) is known color: Lime Green. HEX triplet: 46, F6 and 3D. RGB value is (70,246,61). Sum of RGB (Red+Green+Blue) = 70+246+61=377 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.57% from 377); Green value is 246 (96.48% from 255 or 65.25% from 377); Blue value is 61 (24.22% from 255 or 16.18% from 377); Max value from RGB is 246 - color contains mainly: green. Hex color #46F63D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46F63D is #B909C2. Grayscale: #ACACAC. Windows color (decimal): -12126659 or 4060742. OLE color: 4060742.

HSL color Cylindrical-coordinate representation of color #46F63D: hue angle of 117.08º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #46F63D is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB 70 246 61 -
CMYK 0.72 0 0.75 0.04
HSL 117.08º 0.91% 0.6% -
HSV(B) 117.08º 0.75% 0.96% -
XYZ 36.32 67.55 15.54 -
YUV 172.29 65.19 55.04 -
System Red Green Blue C M Y K H S L
Decimal 70 246 61 0.72 0 0.75 0.04 117.08 0.91 0.6
Hex 46 F6 3D 48 0 4B 4 75 5B 3C
Octal 106 366 75 110 0 113 4 165 133 74
Binary 1000110 11110110 111101 1001000 0 1001011 100 1110101 1011011 111100

Color Harmonies of #46F63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46F63D

Black with #46F63D

Text Example


Text Example

White with #46F63D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,246,61); }

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

background-color css

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

 a { background-color: rgb(70,246,61); }

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

border-color css

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

 span { border-color: rgb(70,246,61); }

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