Html Css Color HEX #46DD50 Lime Green

📋 copy color: '#46DD50'

red 70 ◦ green 221 ◦ blue 80

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

Shades of Lime Green #46DD50

Tints of Lime Green #46DD50

RGB

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

 GREEN value IS 221 (86.72% from 255) = 59.57%

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

R = 18.87%
G = 59.57%
B = 21.56%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#46DD50 (or 0x46DD50) is known color: Lime Green. HEX triplet: 46, DD and 50. RGB value is (70,221,80). Sum of RGB (Red+Green+Blue) = 70+221+80=371 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.87% from 371); Green value is 221 (86.72% from 255 or 59.57% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 221 - color contains mainly: green. Hex color #46DD50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46DD50 is #B922AF. Grayscale: #A0A0A0. Windows color (decimal): -12133040 or 5299526. OLE color: 5299526.

HSL color Cylindrical-coordinate representation of color #46DD50: hue angle of 123.97º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DD50 is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 221 80 -
CMYK 0.68 0 0.64 0.13
HSL 123.97º 0.69% 0.57% -
HSV(B) 123.97º 0.68% 0.87% -
XYZ 29.83 53.59 16.36 -
YUV 159.78 82.97 63.96 -
System Red Green Blue C M Y K H S L
Decimal 70 221 80 0.68 0 0.64 0.13 123.97 0.69 0.57
Hex 46 DD 50 44 0 40 D 7C 45 39
Octal 106 335 120 104 0 100 15 174 105 71
Binary 1000110 11011101 1010000 1000100 0 1000000 1101 1111100 1000101 111001

Color Harmonies of #46DD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DD50

Black with #46DD50

Text Example


Text Example

White with #46DD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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