Html Css Color HEX #46D643 Lime Green

📋 copy color: '#46D643'

red 70 ◦ green 214 ◦ blue 67

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

Shades of Lime Green #46D643

Tints of Lime Green #46D643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.09%

R = 19.94%
G = 60.97%
B = 19.09%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#46D643 (or 0x46D643) is known color: Lime Green. HEX triplet: 46, D6 and 43. RGB value is (70,214,67). Sum of RGB (Red+Green+Blue) = 70+214+67=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 214 (83.98% from 255 or 60.97% from 351); Blue value is 67 (26.56% from 255 or 19.09% from 351); Max value from RGB is 214 - color contains mainly: green. Hex color #46D643 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D643 is #B929BC. Grayscale: #9A9A9A. Windows color (decimal): -12134845 or 4445766. OLE color: 4445766.

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

Color convert

RGB 70 214 67 -
CMYK 0.67 0 0.69 0.16
HSL 118.78º 0.64% 0.55% -
HSV(B) 118.78º 0.69% 0.84% -
XYZ 27.59 49.8 13.47 -
YUV 154.19 78.79 67.95 -
System Red Green Blue C M Y K H S L
Decimal 70 214 67 0.67 0 0.69 0.16 118.78 0.64 0.55
Hex 46 D6 43 43 0 45 10 77 40 37
Octal 106 326 103 103 0 105 20 167 100 67
Binary 1000110 11010110 1000011 1000011 0 1000101 10000 1110111 1000000 110111

Color Harmonies of #46D643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D643

Black with #46D643

Text Example


Text Example

White with #46D643

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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