Html Css Color HEX #46DB34 Lime Green

📋 copy color: '#46DB34'

red 70 ◦ green 219 ◦ blue 52

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

Shades of Lime Green #46DB34

Tints of Lime Green #46DB34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.25%

R = 20.53%
G = 64.22%
B = 15.25%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#46DB34 (or 0x46DB34) is known color: Lime Green. HEX triplet: 46, DB and 34. RGB value is (70,219,52). Sum of RGB (Red+Green+Blue) = 70+219+52=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 219 (85.94% from 255 or 64.22% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 219 - color contains mainly: green. Hex color #46DB34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46DB34 is #B924CB. Grayscale: #9B9B9B. Windows color (decimal): -12133580 or 3464006. OLE color: 3464006.

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

Color convert

RGB 70 219 52 -
CMYK 0.68 0 0.76 0.14
HSL 113.53º 0.7% 0.53% -
HSV(B) 113.53º 0.76% 0.86% -
XYZ 28.48 52.21 11.83 -
YUV 155.41 69.64 67.08 -
System Red Green Blue C M Y K H S L
Decimal 70 219 52 0.68 0 0.76 0.14 113.53 0.7 0.53
Hex 46 DB 34 44 0 4C E 72 46 35
Octal 106 333 64 104 0 114 16 162 106 65
Binary 1000110 11011011 110100 1000100 0 1001100 1110 1110010 1000110 110101

Color Harmonies of #46DB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DB34

Black with #46DB34

Text Example


Text Example

White with #46DB34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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