#46DA31

Color #46DA31 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #46DA31

Tints of Lime Green #46DA31

Color information

#46DA31 (or 0x46DA31) is unknown color: approx Lime Green. HEX triplet: 46, DA and 31. RGB value is (70,218,49). Sum of RGB (Red+Green+Blue) = 70+218+49=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 218 (85.55% from 255 or 64.69% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 218 - color contains mainly: green. Hex color #46DA31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46DA31 is #B925CE. Grayscale: #9B9B9B. Windows color (decimal): -12133839 or 3267142. OLE color: 3267142.

HSL color Cylindrical-coordinate representation of color #46DA31: hue angle of 112.54º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #46DA31 is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB7021849-
CMYK0.6800.780.15
HSL112.54º69.55%52.35%-
HSV(B)112.54º77.52%85.49%-
XYZ28.1551.6711.39-
YUV154.4868.4767.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.77%
GREEN value IS 218 (85.55% from 255) = 64.69%
BLUE value IS 49 (19.53% from 255) = 14.54%
R=20.77%
G=64.69%
B=14.54%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal70218490.6800.780.15112.5469.5552.35
Hex46DA314404EF714634
Octal1063326110401161716110664
Binary100011011011010110001100010001001110111111100011000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46DA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,218,49); }

 H1.HeaderClassName
 {
   color: #46DA31;
 }
 .AnyTagClassName
 {
   color: #46DA31;
 }
</style>
background-color css

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

 a { background-color: rgb(70,218,49); }

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

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

 span { border-color: rgb(70,218,49); }

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