Html Css Color HEX #46DB48 Lime Green

📋 copy color: '#46DB48'

red 70 ◦ green 219 ◦ blue 72

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

Shades of Lime Green #46DB48

Tints of Lime Green #46DB48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.94%

R = 19.39%
G = 60.66%
B = 19.94%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#46DB48 (or 0x46DB48) is known color: Lime Green. HEX triplet: 46, DB and 48. RGB value is (70,219,72). Sum of RGB (Red+Green+Blue) = 70+219+72=361 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.39% from 361); Green value is 219 (85.94% from 255 or 60.66% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 219 - color contains mainly: green. Hex color #46DB48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46DB48 is #B924B7. Grayscale: #9E9E9E. Windows color (decimal): -12133560 or 4774726. OLE color: 4774726.

HSL color Cylindrical-coordinate representation of color #46DB48: hue angle of 120.81º 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 #46DB48 is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 219 72 -
CMYK 0.68 0 0.67 0.14
HSL 120.81º 0.67% 0.57% -
HSV(B) 120.81º 0.68% 0.86% -
XYZ 29.03 52.43 14.72 -
YUV 157.69 79.64 65.45 -
System Red Green Blue C M Y K H S L
Decimal 70 219 72 0.68 0 0.67 0.14 120.81 0.67 0.57
Hex 46 DB 48 44 0 43 E 79 43 39
Octal 106 333 110 104 0 103 16 171 103 71
Binary 1000110 11011011 1001000 1000100 0 1000011 1110 1111001 1000011 111001

Color Harmonies of #46DB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46DB48

Black with #46DB48

Text Example


Text Example

White with #46DB48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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