Html Css Color HEX #46D644 Lime Green

📋 copy color: '#46D644'

red 70 ◦ green 214 ◦ blue 68

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

Shades of Lime Green #46D644

Tints of Lime Green #46D644

RGB

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

 GREEN value IS 214 (83.98% from 255) = 60.8%

 BLUE value IS 68 (26.95% from 255) = 19.32%

R = 19.89%
G = 60.8%
B = 19.32%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#46D644 (or 0x46D644) is known color: Lime Green. HEX triplet: 46, D6 and 44. RGB value is (70,214,68). Sum of RGB (Red+Green+Blue) = 70+214+68=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 214 (83.98% from 255 or 60.80% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 214 - color contains mainly: green. Hex color #46D644 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D644 is #B929BB. Grayscale: #9A9A9A. Windows color (decimal): -12134844 or 4511302. OLE color: 4511302.

HSL color Cylindrical-coordinate representation of color #46D644: hue angle of 119.18º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46D644 is Cyan = 0.67, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 70 214 68 -
CMYK 0.67 0 0.68 0.16
HSL 119.18º 0.64% 0.55% -
HSV(B) 119.18º 0.68% 0.84% -
XYZ 27.62 49.81 13.63 -
YUV 154.3 79.29 67.87 -
System Red Green Blue C M Y K H S L
Decimal 70 214 68 0.67 0 0.68 0.16 119.18 0.64 0.55
Hex 46 D6 44 43 0 44 10 77 40 37
Octal 106 326 104 103 0 104 20 167 100 67
Binary 1000110 11010110 1000100 1000011 0 1000100 10000 1110111 1000000 110111

Color Harmonies of #46D644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D644

Black with #46D644

Text Example


Text Example

White with #46D644

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,214,68); }

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

background-color css

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

 a { background-color: rgb(70,214,68); }

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

border-color css

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

 span { border-color: rgb(70,214,68); }

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