#31F646

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

Shades of Lime Green #31F646

Tints of Lime Green #31F646

Color information

#31F646 (or 0x31F646) is unknown color: approx Lime Green. HEX triplet: 31, F6 and 46. RGB value is (49,246,70). Sum of RGB (Red+Green+Blue) = 49+246+70=365 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.42% from 365); Green value is 246 (96.48% from 255 or 67.40% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 246 - color contains mainly: green. Hex color #31F646 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F646 is #CE09B9. Grayscale: #A7A7A7. Windows color (decimal): -13502906 or 4650545. OLE color: 4650545.

HSL color Cylindrical-coordinate representation of color #31F646: hue angle of 126.4º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F646 is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB4924670-
CMYK0.8000.720.04
HSL126.4º91.63%57.84%-
HSV(B)126.4º80.08%96.47%-
XYZ35.3367.0116.87-
YUV167.0373.2343.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.42%
GREEN value IS 246 (96.48% from 255) = 67.40%
BLUE value IS 70 (27.73% from 255) = 19.18%
R=13.42%
G=67.40%
B=19.18%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal49246700.8000.720.04126.491.6357.84
Hex31F6465004847e5c3a
Octal613661061200110417613472
Binary11000111110110100011010100000100100010011111101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31F646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31F646; }

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

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

<style>
 a { background-color: #31F646; }

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

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

<style>
 span { border-color: #31F646; }

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

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