Html Css Color HEX #46C64A Lime Green

📋 copy color: '#46C64A'

red 70 ◦ green 198 ◦ blue 74

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

Shades of Lime Green #46C64A

Tints of Lime Green #46C64A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 57.89%

 BLUE value IS 74 (29.3% from 255) = 21.64%

R = 20.47%
G = 57.89%
B = 21.64%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#46C64A (or 0x46C64A) is known color: Lime Green. HEX triplet: 46, C6 and 4A. RGB value is (70,198,74). Sum of RGB (Red+Green+Blue) = 70+198+74=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 198 (77.73% from 255 or 57.89% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 198 - color contains mainly: green. Hex color #46C64A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C64A is #B939B5. Grayscale: #919191. Windows color (decimal): -12138934 or 4900422. OLE color: 4900422.

HSL color Cylindrical-coordinate representation of color #46C64A: hue angle of 121.88º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46C64A is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 70 198 74 -
CMYK 0.65 0 0.63 0.22
HSL 121.88º 0.53% 0.53% -
HSV(B) 121.88º 0.65% 0.78% -
XYZ 23.96 42.18 13.36 -
YUV 145.59 87.59 74.08 -
System Red Green Blue C M Y K H S L
Decimal 70 198 74 0.65 0 0.63 0.22 121.88 0.53 0.53
Hex 46 C6 4A 41 0 3F 16 7A 35 35
Octal 106 306 112 101 0 77 26 172 65 65
Binary 1000110 11000110 1001010 1000001 0 111111 10110 1111010 110101 110101

Color Harmonies of #46C64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46C64A

Black with #46C64A

Text Example


Text Example

White with #46C64A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,198,74); }

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

background-color css

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

 a { background-color: rgb(70,198,74); }

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

border-color css

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

 span { border-color: rgb(70,198,74); }

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