Html Css Color HEX #46D650 Lime Green

📋 copy color: '#46D650'

red 70 ◦ green 214 ◦ blue 80

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

Shades of Lime Green #46D650

Tints of Lime Green #46D650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.98%

R = 19.23%
G = 58.79%
B = 21.98%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#46D650 (or 0x46D650) is known color: Lime Green. HEX triplet: 46, D6 and 50. RGB value is (70,214,80). Sum of RGB (Red+Green+Blue) = 70+214+80=364 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.23% from 364); Green value is 214 (83.98% from 255 or 58.79% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 214 - color contains mainly: green. Hex color #46D650 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D650 is #B929AF. Grayscale: #9C9C9C. Windows color (decimal): -12134832 or 5297734. OLE color: 5297734.

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

Color convert

RGB 70 214 80 -
CMYK 0.67 0 0.63 0.16
HSL 124.17º 0.64% 0.56% -
HSV(B) 124.17º 0.67% 0.84% -
XYZ 28.02 49.97 15.76 -
YUV 155.67 85.29 66.9 -
System Red Green Blue C M Y K H S L
Decimal 70 214 80 0.67 0 0.63 0.16 124.17 0.64 0.56
Hex 46 D6 50 43 0 3F 10 7C 40 38
Octal 106 326 120 103 0 77 20 174 100 70
Binary 1000110 11010110 1010000 1000011 0 111111 10000 1111100 1000000 111000

Color Harmonies of #46D650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D650

Black with #46D650

Text Example


Text Example

White with #46D650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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