Html Css Color HEX #46DB53 Lime Green

📋 copy color: '#46DB53'

red 70 ◦ green 219 ◦ blue 83

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

Shades of Lime Green #46DB53

Tints of Lime Green #46DB53

RGB

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

 GREEN value IS 219 (85.94% from 255) = 58.87%

 BLUE value IS 83 (32.81% from 255) = 22.31%

R = 18.82%
G = 58.87%
B = 22.31%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#46DB53 (or 0x46DB53) is known color: Lime Green. HEX triplet: 46, DB and 53. RGB value is (70,219,83). Sum of RGB (Red+Green+Blue) = 70+219+83=372 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.82% from 372); Green value is 219 (85.94% from 255 or 58.87% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 219 - color contains mainly: green. Hex color #46DB53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46DB53 is #B924AC. Grayscale: #9F9F9F. Windows color (decimal): -12133549 or 5495622. OLE color: 5495622.

HSL color Cylindrical-coordinate representation of color #46DB53: hue angle of 125.23º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DB53 is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 219 83 -
CMYK 0.68 0 0.62 0.14
HSL 125.23º 0.67% 0.57% -
HSV(B) 125.23º 0.68% 0.86% -
XYZ 29.42 52.59 16.78 -
YUV 158.95 85.14 64.56 -
System Red Green Blue C M Y K H S L
Decimal 70 219 83 0.68 0 0.62 0.14 125.23 0.67 0.57
Hex 46 DB 53 44 0 3E E 7D 43 39
Octal 106 333 123 104 0 76 16 175 103 71
Binary 1000110 11011011 1010011 1000100 0 111110 1110 1111101 1000011 111001

Color Harmonies of #46DB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DB53

Black with #46DB53

Text Example


Text Example

White with #46DB53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,219,83); }

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

background-color css

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

 a { background-color: rgb(70,219,83); }

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

border-color css

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

 span { border-color: rgb(70,219,83); }

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