Html Css Color HEX #46C648 Lime Green

📋 copy color: '#46C648'

red 70 ◦ green 198 ◦ blue 72

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

Shades of Lime Green #46C648

Tints of Lime Green #46C648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.18%

R = 20.59%
G = 58.24%
B = 21.18%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#46C648 (or 0x46C648) is known color: Lime Green. HEX triplet: 46, C6 and 48. RGB value is (70,198,72). Sum of RGB (Red+Green+Blue) = 70+198+72=340 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.59% from 340); Green value is 198 (77.73% from 255 or 58.24% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 198 - color contains mainly: green. Hex color #46C648 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C648 is #B939B7. Grayscale: #919191. Windows color (decimal): -12138936 or 4769350. OLE color: 4769350.

HSL color Cylindrical-coordinate representation of color #46C648: hue angle of 120.94º 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 #46C648 is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 70 198 72 -
CMYK 0.65 0 0.64 0.22
HSL 120.94º 0.53% 0.53% -
HSV(B) 120.94º 0.65% 0.78% -
XYZ 23.89 42.16 13.01 -
YUV 145.36 86.59 74.25 -
System Red Green Blue C M Y K H S L
Decimal 70 198 72 0.65 0 0.64 0.22 120.94 0.53 0.53
Hex 46 C6 48 41 0 40 16 79 35 35
Octal 106 306 110 101 0 100 26 171 65 65
Binary 1000110 11000110 1001000 1000001 0 1000000 10110 1111001 110101 110101

Color Harmonies of #46C648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46C648

Black with #46C648

Text Example


Text Example

White with #46C648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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